diff options
Diffstat (limited to 'audio/aeolus')
-rw-r--r-- | audio/aeolus/aeolus.SlackBuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/aeolus/aeolus.SlackBuild b/audio/aeolus/aeolus.SlackBuild index 9cb56594e4f9..f4ffedfacae4 100644 --- a/audio/aeolus/aeolus.SlackBuild +++ b/audio/aeolus/aeolus.SlackBuild @@ -2,6 +2,8 @@ # Slackware build script for <aeolus> # Written by Michales Michaloudes korgie@gmail.com +cd $(dirname $0) ; CWD=$(pwd) + PRGNAM=aeolus VERSION=${VERSION:-0.9.0} BUILD=${BUILD:-1} @@ -15,7 +17,6 @@ if [ -z "$ARCH" ]; then esac fi -CWD=$(pwd) TMP=${TMP:-/tmp/SBo} PKG=$TMP/package-$PRGNAM OUTPUT=${OUTPUT:-/tmp} |