summaryrefslogtreecommitdiffstats
path: root/python/RBTools/RBTools.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'python/RBTools/RBTools.SlackBuild')
-rw-r--r--python/RBTools/RBTools.SlackBuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/python/RBTools/RBTools.SlackBuild b/python/RBTools/RBTools.SlackBuild
index 951ebad9f8..8580372542 100644
--- a/python/RBTools/RBTools.SlackBuild
+++ b/python/RBTools/RBTools.SlackBuild
@@ -3,6 +3,8 @@
# Slackware build script for RBTools
# 2013-03-07 Bernski Comadizo <bcomadizo@gmail.com> Cebu
+cd $(dirname $0) ; CWD=$(pwd)
+
PRGNAM=RBTools
VERSION=${VERSION:-0.4.3}
BUILD=${BUILD:-1}
@@ -16,7 +18,6 @@ if [ -z "$ARCH" ]; then
esac
fi
-CWD=$(pwd)
TMP=${TMP:-/tmp/SBo}
PKG=${PKG:-$TMP/package-$PRGNAM}
OUTPUT=${OUTPUT:-/tmp}