summaryrefslogtreecommitdiffstats
path: root/development/as31/as31.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'development/as31/as31.SlackBuild')
-rw-r--r--development/as31/as31.SlackBuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/development/as31/as31.SlackBuild b/development/as31/as31.SlackBuild
index 3b78e23e0f..1f507184f4 100644
--- a/development/as31/as31.SlackBuild
+++ b/development/as31/as31.SlackBuild
@@ -6,6 +6,8 @@
# Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details.
+cd $(dirname $0) ; CWD=$(pwd)
+
PRGNAM=as31
VERSION=${VERSION:-2.3.1}
BUILD=${BUILD:-1}
@@ -19,7 +21,6 @@ if [ -z "$ARCH" ]; then
esac
fi
-CWD=$(pwd)
TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}