summaryrefslogtreecommitdiff
path: root/tools/linux_packaging/package
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2014-09-28 21:22:12 +0200
committerRobin Gareus <robin@gareus.org>2014-09-28 21:22:12 +0200
commit853bc97f340a935739fb9fb9b5fa1b3659c14faa (patch)
tree3f1c91cb0205985cecf099a8d5cea14702880ab9 /tools/linux_packaging/package
parent22d44eb9ee1e11f6e2f90f0865cb78f55c406569 (diff)
fix typos in prev commit.
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}