bah, this joins the first opt. to app name in Exec key

f41
David Tardon 14 years ago
parent 0945219537
commit cf86fd0b56

@ -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

Loading…
Cancel
Save