Space paranoia

master
Ismael Barros 2013-11-27 07:48:45 +01:00
parent 8310dcb378
commit f06e32fe95
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ AppImageAssistantDir="$(dirname $(readlink -f "$0"))/AppImageAssistant 0.9"
DesktopFile=$(ls -1 *.desktop | head -n1)
[ -n "$DesktopFile" ] || { echo "No package found"; exit 1; }
PackageName=$(egrep Name $DesktopFile | head -n1 | cut -d= -f2).run
PackageName=$(egrep Name "$DesktopFile" | head -n1 | cut -d= -f2).run
rm -if "../$PackageName"
echo "Building package in ../${PackageName}..."