summaryrefslogtreecommitdiffstats
path: root/development/watchman/watchman.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'development/watchman/watchman.SlackBuild')
-rw-r--r--development/watchman/watchman.SlackBuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/development/watchman/watchman.SlackBuild b/development/watchman/watchman.SlackBuild
index 97c98c2b61..04a3e37817 100644
--- a/development/watchman/watchman.SlackBuild
+++ b/development/watchman/watchman.SlackBuild
@@ -37,6 +37,8 @@
# - /usr/var/run => /var/run
# - BUILD=2
+cd $(dirname $0) ; CWD=$(pwd)
+
PRGNAM=watchman
VERSION=${VERSION:-4.9.0}
BUILD=${BUILD:-1}
@@ -50,7 +52,6 @@ if [ -z "$ARCH" ]; then
esac
fi
-CWD=$(pwd)
TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}