summaryrefslogtreecommitdiffstats
path: root/games/zoom/zoom.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'games/zoom/zoom.SlackBuild')
-rw-r--r--games/zoom/zoom.SlackBuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/games/zoom/zoom.SlackBuild b/games/zoom/zoom.SlackBuild
index 213696c77f..7c81975a41 100644
--- a/games/zoom/zoom.SlackBuild
+++ b/games/zoom/zoom.SlackBuild
@@ -8,6 +8,8 @@
# 20170621 bkw: fix build for -current
+cd $(dirname $0) ; CWD=$(pwd)
+
PRGNAM=zoom
VERSION=${VERSION:-1.1.5}
BUILD=${BUILD:-1}
@@ -21,7 +23,6 @@ if [ -z "$ARCH" ]; then
esac
fi
-CWD=$(pwd)
TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}