summaryrefslogtreecommitdiffstats
path: root/ham/gridloc/gridloc.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'ham/gridloc/gridloc.SlackBuild')
-rw-r--r--ham/gridloc/gridloc.SlackBuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/ham/gridloc/gridloc.SlackBuild b/ham/gridloc/gridloc.SlackBuild
index 7bb3ab9c43..117eb9e2cd 100644
--- a/ham/gridloc/gridloc.SlackBuild
+++ b/ham/gridloc/gridloc.SlackBuild
@@ -20,6 +20,8 @@
# see fit. Or as I see fit. Or as I fit. Although
# that is unlikely, as I am rather tall.
+cd $(dirname $0) ; CWD=$(pwd)
+
PRGNAM=gridloc
VERSION=${VERSION:-0.7}
BUILD=${BUILD:-1}
@@ -33,7 +35,6 @@ if [ -z "$ARCH" ]; then
esac
fi
-CWD=$(pwd)
TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}