diff options
Diffstat (limited to 'audio/aj-snapshot/aj-snapshot.SlackBuild')
-rw-r--r-- | audio/aj-snapshot/aj-snapshot.SlackBuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/aj-snapshot/aj-snapshot.SlackBuild b/audio/aj-snapshot/aj-snapshot.SlackBuild index d92407297389e..244a7fa3e86db 100644 --- a/audio/aj-snapshot/aj-snapshot.SlackBuild +++ b/audio/aj-snapshot/aj-snapshot.SlackBuild @@ -8,6 +8,8 @@ # notice and this notice are preserved. This file is offered as-is, # without any warranty. +cd $(dirname $0) ; CWD=$(pwd) + PRGNAM=aj-snapshot VERSION=${VERSION:-0.9.9} BUILD=${BUILD:-1} @@ -21,7 +23,6 @@ if [ -z "$ARCH" ]; then esac fi -CWD=$(pwd) TMP=${TMP:-/tmp/SBo} PKG=$TMP/package-$PRGNAM OUTPUT=${OUTPUT:-/tmp} |