diff --git a/build.sh b/build/build.sh similarity index 96% rename from build.sh rename to build/build.sh index 00f5a8c..6f48fe7 100755 --- a/build.sh +++ b/build/build.sh @@ -2,7 +2,7 @@ # Allow this script to be run from different working directory without messing up relative paths scriptdir="$(dirname "$0")" -cd "$scriptdir/build" +cd "$scriptdir" # Check the first argument for build type if [ -z "$1" ]; then