summaryrefslogtreecommitdiffstats
path: root/desktop/wmmixer/wmmixer.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/wmmixer/wmmixer.SlackBuild')
-rw-r--r--desktop/wmmixer/wmmixer.SlackBuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/desktop/wmmixer/wmmixer.SlackBuild b/desktop/wmmixer/wmmixer.SlackBuild
index 4bd0623bbc..469430ae12 100644
--- a/desktop/wmmixer/wmmixer.SlackBuild
+++ b/desktop/wmmixer/wmmixer.SlackBuild
@@ -5,6 +5,8 @@
#
# Modified by the SlackBuilds.org project.
+cd $(dirname $0) ; CWD=$(pwd)
+
PRGNAM=wmmixer
VERSION=${VERSION:-1.5}
BUILD=${BUILD:-3}
@@ -18,7 +20,6 @@ if [ -z "$ARCH" ]; then
esac
fi
-CWD=$(pwd)
TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}