From 822f11becd144247862f462c4ae4476349b4b451 Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Fri, 28 Nov 2014 03:41:49 +0100 Subject: [PATCH] change extention of linux installers to .run --- tools/linux_packaging/package | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}