summaryrefslogtreecommitdiffstats
path: root/audio/nekobee/nekobee.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'audio/nekobee/nekobee.SlackBuild')
-rw-r--r--audio/nekobee/nekobee.SlackBuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/nekobee/nekobee.SlackBuild b/audio/nekobee/nekobee.SlackBuild
index 014f6859c0..19b6a34241 100644
--- a/audio/nekobee/nekobee.SlackBuild
+++ b/audio/nekobee/nekobee.SlackBuild
@@ -8,6 +8,8 @@
# notice and this notice are preserved. This file is offered as-is,
# without any warranty.
+cd $(dirname $0) ; CWD=$(pwd)
+
PRGNAM=nekobee
VERSION=${VERSION:-593d4be}
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}