diff --git a/package-linux.sh b/package-linux.sh index b8bf5aa..ff8ec3b 100755 --- a/package-linux.sh +++ b/package-linux.sh @@ -46,9 +46,6 @@ if [ ! -d '.git' -o ! -f 'main.pro' ]; then exit 2 fi -# Make sure create-symlinks.sh will be executable. -chmod +x ./Builds/create-symlinks.sh - # Set defaults. OPT_BUILD_BINARY=0 OPT_BUILD_SOURCE=1