From 3f404e25ba90a97f250f8ee55c7d7ee3baacdc43 Mon Sep 17 00:00:00 2001 From: David Tardon Date: Fri, 3 Jun 2011 18:47:53 +0200 Subject: [PATCH] don't want double space in Name key in desktop files --- libreoffice.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libreoffice.spec b/libreoffice.spec index 2eaf42d..18888e6 100644 --- a/libreoffice.spec +++ b/libreoffice.spec @@ -1157,7 +1157,7 @@ ICONVERSION=`echo $PRODUCTVERSION | sed -e 's/\.//'` for file in *.desktop; do # rhbz#156677 remove the version from Name= # rhbz#156067 don't version the icons - sed -i -e "s/$PRODUCTVERSION//g" \ + sed -i -e "s/$PRODUCTVERSION *//g" \ -e "s/$ICONVERSION//g" \ -e "s/$PRODUCTVERSIONSHORT//g" \ $file