summaryrefslogtreecommitdiffstats
path: root/python/python2-requestbuilder/python2-requestbuilder.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'python/python2-requestbuilder/python2-requestbuilder.SlackBuild')
-rw-r--r--python/python2-requestbuilder/python2-requestbuilder.SlackBuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/python/python2-requestbuilder/python2-requestbuilder.SlackBuild b/python/python2-requestbuilder/python2-requestbuilder.SlackBuild
index 91802567d4..7e2d5fad0e 100644
--- a/python/python2-requestbuilder/python2-requestbuilder.SlackBuild
+++ b/python/python2-requestbuilder/python2-requestbuilder.SlackBuild
@@ -23,6 +23,8 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
SRCNAM=requestbuilder
+cd $(dirname $0) ; CWD=$(pwd)
+
PRGNAM=python2-requestbuilder
VERSION=${VERSION:-0.7.1}
BUILD=${BUILD:-1}
@@ -36,7 +38,6 @@ if [ -z "$ARCH" ]; then
esac
fi
-CWD=$(pwd)
TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}