fix typos in prev commit.

This commit is contained in:
Robin Gareus 2014-09-28 21:22:12 +02:00
parent 22d44eb9ee
commit 853bc97f34

View File

@ -161,8 +161,8 @@ cp stage2.run ${PACKAGE}/.stage2.run
cp README ${PACKAGE}
if test -n "$MAKESELF"; then
echo "Creating self-extracing installer"
makeself --nocomp ${PACKAGE}/ ${PACKAGE}.sh ${APPNAME} ./install.sh
echo "Creating self-extracting installer"
$MAKESELF --nocomp ${PACKAGE}/ ${PACKAGE}.sh ${APPNAME} ./install.sh
else
echo "Creating tarball..."
tar -cf ${PACKAGE}.tar ${PACKAGE}