summaryrefslogtreecommitdiffstats
path: root/desktop/wally/wally.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/wally/wally.SlackBuild')
-rw-r--r--desktop/wally/wally.SlackBuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/desktop/wally/wally.SlackBuild b/desktop/wally/wally.SlackBuild
index 173c309a06..356be9da95 100644
--- a/desktop/wally/wally.SlackBuild
+++ b/desktop/wally/wally.SlackBuild
@@ -5,6 +5,8 @@
# Written by Larry Hajali <larryhaja[at]gmail[dot]com>
# Maintained by Bill Kirkpatrick <bkirkp@gmail.com>
+cd $(dirname $0) ; CWD=$(pwd)
+
PRGNAM=wally
VERSION=${VERSION:-2.4.4}
BUILD=${BUILD:-2}
@@ -18,7 +20,6 @@ if [ -z "$ARCH" ]; then
esac
fi
-CWD=$(pwd)
TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}