diff options
Diffstat (limited to 'system/arj/arj.SlackBuild')
-rw-r--r-- | system/arj/arj.SlackBuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/system/arj/arj.SlackBuild b/system/arj/arj.SlackBuild index b4fabd1ccf9f1..c31b4f0f0485e 100644 --- a/system/arj/arj.SlackBuild +++ b/system/arj/arj.SlackBuild @@ -10,6 +10,8 @@ # http://www.securityfocus.com/archive/1/535190 # Already patched in debian, add their patches here. +cd $(dirname $0) ; CWD=$(pwd) + PRGNAM=arj VERSION=${VERSION:-3.10.22} BUILD=${BUILD:-2} @@ -23,7 +25,6 @@ if [ -z "$ARCH" ]; then esac fi -CWD=$(pwd) TMP=${TMP:-/tmp/SBo} PKG=$TMP/package-$PRGNAM OUTPUT=${OUTPUT:-/tmp} |