change extention of linux installers to .run

This commit is contained in:
Robin Gareus
2014-11-28 03:41:49 +01:00
parent 16947f751b
commit 822f11becd

View File

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