diff options
Diffstat (limited to 'development/memchan/memchan.SlackBuild')
-rw-r--r-- | development/memchan/memchan.SlackBuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/development/memchan/memchan.SlackBuild b/development/memchan/memchan.SlackBuild index 5867ae3acc4e..4834436de167 100644 --- a/development/memchan/memchan.SlackBuild +++ b/development/memchan/memchan.SlackBuild @@ -4,6 +4,8 @@ # Written by Zbigniew Baniewski, <Zbigniew [dot] Baniewski [at] gmail [dot] com> +cd $(dirname $0) ; CWD=$(pwd) + PRGNAM=memchan VERSION=${VERSION:-2.3} 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} |