diff options
Diffstat (limited to 'development/afl/afl.SlackBuild')
-rw-r--r-- | development/afl/afl.SlackBuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/development/afl/afl.SlackBuild b/development/afl/afl.SlackBuild index 70409330a755..acbdf3b7eb30 100644 --- a/development/afl/afl.SlackBuild +++ b/development/afl/afl.SlackBuild @@ -12,6 +12,8 @@ # - update README slightly # 20180709 bkw: updated for v2.52b. +cd $(dirname $0) ; CWD=$(pwd) + PRGNAM=afl VERSION=${VERSION:-2.52b} BUILD=${BUILD:-2} @@ -25,7 +27,6 @@ if [ -z "$ARCH" ]; then esac fi -CWD=$(pwd) TMP=${TMP:-/tmp/SBo} PKG=$TMP/package-$PRGNAM OUTPUT=${OUTPUT:-/tmp} |