change extention of linux installers to .run
[ardour.git] / tools / linux_packaging / package
index 12cce7012ca5806268b78fd13d392a8792d32917..dcb4e3ada8f297e3052ae2a14bfd77c12a2ba243 100755 (executable)
@@ -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}