summaryrefslogtreecommitdiffstats
path: root/system/FunkLoad/FunkLoad.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'system/FunkLoad/FunkLoad.SlackBuild')
-rw-r--r--system/FunkLoad/FunkLoad.SlackBuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/system/FunkLoad/FunkLoad.SlackBuild b/system/FunkLoad/FunkLoad.SlackBuild
index f3f5a58652..867f110ac6 100644
--- a/system/FunkLoad/FunkLoad.SlackBuild
+++ b/system/FunkLoad/FunkLoad.SlackBuild
@@ -19,6 +19,8 @@
# 0. You just DO WHAT THE FUCK YOU WANT TO.
+cd $(dirname $0) ; CWD=$(pwd)
+
PRGNAM=FunkLoad
VERSION=${VERSION:-1.17.1}
BUILD=${BUILD:-1}
@@ -32,7 +34,6 @@ if [ -z "$ARCH" ]; then
esac
fi
-CWD=$(pwd)
TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}