diff options
Diffstat (limited to 'audio/creox4/creox4.SlackBuild')
-rw-r--r-- | audio/creox4/creox4.SlackBuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/creox4/creox4.SlackBuild b/audio/creox4/creox4.SlackBuild index eb322e17701bc..3a6b7e608815c 100644 --- a/audio/creox4/creox4.SlackBuild +++ b/audio/creox4/creox4.SlackBuild @@ -6,6 +6,8 @@ # Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details. +cd $(dirname $0) ; CWD=$(pwd) + PRGNAM=creox4 VERSION=${VERSION:-20140309} 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} |