diff options
Diffstat (limited to 'office/nts')
-rw-r--r-- | office/nts/nts.SlackBuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/office/nts/nts.SlackBuild b/office/nts/nts.SlackBuild index b6ecc9a8bd..0034fdc471 100644 --- a/office/nts/nts.SlackBuild +++ b/office/nts/nts.SlackBuild @@ -4,6 +4,8 @@ # Written by Jostein Berntsen <jvbernts@online.no> +cd $(dirname $0) ; CWD=$(pwd) + PRGNAM=nts VERSION=${VERSION:-82} BUILD=${BUILD:-1} @@ -17,7 +19,6 @@ if [ -z "$ARCH" ]; then esac fi -CWD=$(pwd) TMP=${TMP:-/tmp/SBo} PKG=$TMP/package-$PRGNAM OUTPUT=${OUTPUT:-/tmp} |