diff options
Diffstat (limited to 'python/rencode/rencode.SlackBuild')
-rw-r--r-- | python/rencode/rencode.SlackBuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/python/rencode/rencode.SlackBuild b/python/rencode/rencode.SlackBuild index 83bf0f1bfdd68..81f735e0eb82b 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} |