diff options
Diffstat (limited to 'system/dtach/dtach.SlackBuild')
-rw-r--r-- | system/dtach/dtach.SlackBuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/system/dtach/dtach.SlackBuild b/system/dtach/dtach.SlackBuild index b9e3d09f6801e..e2eff36c2c2ce 100644 --- a/system/dtach/dtach.SlackBuild +++ b/system/dtach/dtach.SlackBuild @@ -4,6 +4,8 @@ # Written by slakmagik <slakmagik@gmail.com> # Released under the WTFPL +cd $(dirname $0) ; CWD=$(pwd) + PRGNAM=dtach VERSION=${VERSION:-0.8} BUILD=${BUILD:-2} @@ -17,7 +19,6 @@ if [ -z "$ARCH" ]; then esac fi -CWD=$(pwd) TMP=${TMP:-/tmp/SBo} PKG=$TMP/package-$PRGNAM OUTPUT=${OUTPUT:-/tmp} |