diff options
Diffstat (limited to 'network/nmh/nmh.SlackBuild')
-rw-r--r-- | network/nmh/nmh.SlackBuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/network/nmh/nmh.SlackBuild b/network/nmh/nmh.SlackBuild index a7a5740094..c8ab601bce 100644 --- a/network/nmh/nmh.SlackBuild +++ b/network/nmh/nmh.SlackBuild @@ -5,6 +5,8 @@ # # Updated for 1.6 by Leonard Schmidt <lems@gmx.net> +cd $(dirname $0) ; CWD=$(pwd) + PRGNAM=nmh VERSION=${VERSION:-1.7.1} BUILD=${BUILD:-1} @@ -18,7 +20,6 @@ if [ -z "$ARCH" ]; then esac fi -CWD=$(pwd) TMP=${TMP:-/tmp/SBo} PKG=$TMP/package-$PRGNAM OUTPUT=${OUTPUT:-/tmp} |