summaryrefslogtreecommitdiff
path: root/tools/linux_packaging/package
diff options
context:
space:
mode:
Diffstat (limited to 'tools/linux_packaging/package')
-rwxr-xr-xtools/linux_packaging/package4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/linux_packaging/package b/tools/linux_packaging/package
index d7c23f61a2..12cce7012c 100755
--- a/tools/linux_packaging/package
+++ b/tools/linux_packaging/package
@@ -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}