summaryrefslogtreecommitdiffstats
path: root/development/grails/grails.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'development/grails/grails.SlackBuild')
-rw-r--r--development/grails/grails.SlackBuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/development/grails/grails.SlackBuild b/development/grails/grails.SlackBuild
index 6f80354ee5..c8f3d72ad3 100644
--- a/development/grails/grails.SlackBuild
+++ b/development/grails/grails.SlackBuild
@@ -23,6 +23,8 @@
# This script is just a binary repackaging.
+cd $(dirname $0) ; CWD=$(pwd)
+
PRGNAM=grails
VERSION=${VERSION:-3.2.8}
BUILD=${BUILD:-1}
@@ -36,7 +38,6 @@ if [ -z "$ARCH" ]; then
esac
fi
-CWD=$(pwd)
TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}