summaryrefslogtreecommitdiff
path: root/tools/linux_packaging/package
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2014-11-28 03:41:49 +0100
committerRobin Gareus <robin@gareus.org>2014-11-28 03:41:49 +0100
commit822f11becd144247862f462c4ae4476349b4b451 (patch)
treee4773c1e5f5f6ac92da56f1f3b8928fad95e7801 /tools/linux_packaging/package
parent16947f751b9615c3b7a6be710db15bc66c45bc5d (diff)
change extention of linux installers to .run
Diffstat (limited to 'tools/linux_packaging/package')
-rwxr-xr-xtools/linux_packaging/package2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/linux_packaging/package b/tools/linux_packaging/package
index 12cce7012c..dcb4e3ada8 100755
--- a/tools/linux_packaging/package
+++ b/tools/linux_packaging/package
@@ -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}