diff options
Diffstat (limited to 'development/dis6502/dis6502.SlackBuild')
-rw-r--r-- | development/dis6502/dis6502.SlackBuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/development/dis6502/dis6502.SlackBuild b/development/dis6502/dis6502.SlackBuild index f8c39218c5026..a03bf9e2d40b7 100644 --- a/development/dis6502/dis6502.SlackBuild +++ b/development/dis6502/dis6502.SlackBuild @@ -6,6 +6,8 @@ # Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details. +cd $(dirname $0) ; CWD=$(pwd) + PRGNAM=dis6502 VERSION=${VERSION:-0.12} BUILD=${BUILD:-1} @@ -19,7 +21,6 @@ if [ -z "$ARCH" ]; then esac fi -CWD=$(pwd) TMP=${TMP:-/tmp/SBo} PKG=$TMP/package-$PRGNAM OUTPUT=${OUTPUT:-/tmp} |