Moving the suffix to... well, the end where it belongs

master
Ismael Barros 2013-03-11 22:15:04 +01:00
parent 36579915d4
commit 80b060396a
1 changed files with 2 additions and 2 deletions

View File

@ -38,7 +38,7 @@ AUTOCOPYLIBS=1
MainPackageExec=
MainPackageVersion=
Suffix=archlinux
Suffix=-archlinux
pkgs=
files=
@ -191,7 +191,7 @@ fi
echo "Creating AppRun.desktop from '$PackageName $MainPackageVersion' ($i, Exec=$PackageExec)..."
cp $pg4l_dir/AppRun.desktop .
sed -e"s/Name=.*/Name=$PackageName $MainPackageVersion-$Suffix-r1/" AppRun.desktop -i
sed -e"s/Name=.*/Name=$PackageName $MainPackageVersion-r1$Suffix/" AppRun.desktop -i
}
done