summaryrefslogtreecommitdiffstats
path: root/audio/wineasio/wineasio.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'audio/wineasio/wineasio.SlackBuild')
-rw-r--r--audio/wineasio/wineasio.SlackBuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/wineasio/wineasio.SlackBuild b/audio/wineasio/wineasio.SlackBuild
index 0b21e62a92..a600301ed6 100644
--- a/audio/wineasio/wineasio.SlackBuild
+++ b/audio/wineasio/wineasio.SlackBuild
@@ -6,6 +6,8 @@
# Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details.
+cd $(dirname $0) ; CWD=$(pwd)
+
PRGNAM=wineasio
VERSION=${VERSION:-0.9.2}
BUILD=${BUILD:-1}
@@ -19,7 +21,6 @@ if [ -z "$ARCH" ]; then
esac
fi
-CWD=$(pwd)
TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}