diff options
Diffstat (limited to 'python/RBTools/RBTools.SlackBuild')
-rw-r--r-- | python/RBTools/RBTools.SlackBuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/python/RBTools/RBTools.SlackBuild b/python/RBTools/RBTools.SlackBuild index 951ebad9f8452..8580372542bd5 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} |