From cf86fd0b56edf8c557beb5a558036f15f6b170e7 Mon Sep 17 00:00:00 2001 From: David Tardon Date: Mon, 13 Jun 2011 15:05:29 +0200 Subject: [PATCH] bah, this joins the first opt. to app name in Exec key --- libreoffice.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libreoffice.spec b/libreoffice.spec index 6d6ca97..3bde5b3 100644 --- a/libreoffice.spec +++ b/libreoffice.spec @@ -1167,7 +1167,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