diff options
Diffstat (limited to 'network/GhostInTheMail/GhostInTheMail.SlackBuild')
-rw-r--r-- | network/GhostInTheMail/GhostInTheMail.SlackBuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/network/GhostInTheMail/GhostInTheMail.SlackBuild b/network/GhostInTheMail/GhostInTheMail.SlackBuild index 294c655f2680..eee08dcddfc4 100644 --- a/network/GhostInTheMail/GhostInTheMail.SlackBuild +++ b/network/GhostInTheMail/GhostInTheMail.SlackBuild @@ -5,6 +5,8 @@ # Written by majk <majk@konstelacioj.info> # Updated by Willy Sudiarto Raharjo <willysr@slackware-id.org> +cd $(dirname $0) ; CWD=$(pwd) + PRGNAM=GhostInTheMail VERSION=${VERSION:-0.5} BUILD=${BUILD:-2} @@ -18,7 +20,6 @@ if [ -z "$ARCH" ]; then esac fi -CWD=$(pwd) TMP=${TMP:-/tmp/SBo} PKG=$TMP/package-$PRGNAM OUTPUT=${OUTPUT:-/tmp} |