diff options
-rwxr-xr-x | buildinstaller.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/buildinstaller.sh b/buildinstaller.sh index f14cecbe..0708380b 100755 --- a/buildinstaller.sh +++ b/buildinstaller.sh @@ -58,6 +58,7 @@ case "$system" in cd .. rm -f $targ cat ext/installfiles/linux/install.tmpl.sh build-installer-tmp.tar.gz >$targ + chmod 0755 $targ rm -f build-installer-tmp.tar.gz ;; |