summaryrefslogtreecommitdiffstats
path: root/python/rencode/rencode.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'python/rencode/rencode.SlackBuild')
-rw-r--r--python/rencode/rencode.SlackBuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/python/rencode/rencode.SlackBuild b/python/rencode/rencode.SlackBuild
index 83bf0f1bfd..81f735e0eb 100644
--- a/python/rencode/rencode.SlackBuild
+++ b/python/rencode/rencode.SlackBuild
@@ -27,6 +27,8 @@
# 20191118 Logan Rathbone <poprocks@gmail.com> 1.0.6-1
# - Initial SlackBuild.
+cd $(dirname $0) ; CWD=$(pwd)
+
PRGNAM=rencode
VERSION=${VERSION:-1.0.6}
BUILD=${BUILD:-1}
@@ -40,7 +42,6 @@ if [ -z "$ARCH" ]; then
esac
fi
-CWD=$(pwd)
TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}