mirror of
https://bitbucket.org/mfeemster/fractorium.git
synced 2025-01-21 05:00:06 -05:00
set it to executable
This commit is contained in:
parent
9eb45e7550
commit
c06b014df0
@ -46,6 +46,9 @@ 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
|
||||
|
Loading…
Reference in New Issue
Block a user