diff options
Diffstat (limited to 'audio/snd/snd.SlackBuild')
-rw-r--r-- | audio/snd/snd.SlackBuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/snd/snd.SlackBuild b/audio/snd/snd.SlackBuild index 0b49c8bc169e..b7acd4ea3062 100644 --- a/audio/snd/snd.SlackBuild +++ b/audio/snd/snd.SlackBuild @@ -19,6 +19,8 @@ # # Please see the Snd license for more information. +cd $(dirname $0) ; CWD=$(pwd) + PRGNAM=snd VERSION=${VERSION:-20.3} BUILD=${BUILD:-1} @@ -32,7 +34,6 @@ if [ -z "$ARCH" ]; then esac fi -CWD=$(pwd) TMP=${TMP:-/tmp/SBo} PKG=$TMP/package-$PRGNAM OUTPUT=${OUTPUT:-/tmp} |