summaryrefslogtreecommitdiffstats
path: root/development/hexe/hexe.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'development/hexe/hexe.SlackBuild')
-rw-r--r--development/hexe/hexe.SlackBuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/development/hexe/hexe.SlackBuild b/development/hexe/hexe.SlackBuild
index 6f75479c7b..079ad0c221 100644
--- a/development/hexe/hexe.SlackBuild
+++ b/development/hexe/hexe.SlackBuild
@@ -10,6 +10,8 @@
# files rather than a tarball/etc. So I made a tarball containing
# them all. VERSION is the server timestamp on all the files.
+cd $(dirname $0) ; CWD=$(pwd)
+
PRGNAM=hexe
VERSION=${VERSION:-20120305}
BUILD=${BUILD:-1}
@@ -23,7 +25,6 @@ if [ -z "$ARCH" ]; then
esac
fi
-CWD=$(pwd)
TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}