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