diff options
Diffstat (limited to 'audio/faac')
-rw-r--r-- | audio/faac/faac.SlackBuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/faac/faac.SlackBuild b/audio/faac/faac.SlackBuild index 886256bbd5991..982fac1583372 100644 --- a/audio/faac/faac.SlackBuild +++ b/audio/faac/faac.SlackBuild @@ -26,6 +26,8 @@ # Thanks to Heinz Wiesinger for the information about faac and libmp4v2 # Updated to newer version by Niklas "Nille" Åkerström and also new maintainer. +cd $(dirname $0) ; CWD=$(pwd) + PRGNAM=faac VERSION=${VERSION:-1.30} BUILD=${BUILD:-1} @@ -41,7 +43,6 @@ if [ -z "$ARCH" ]; then esac fi -CWD=$(pwd) TMP=${TMP:-/tmp/SBo} PKG=$TMP/package-$PRGNAM OUTPUT=${OUTPUT:-/tmp} |