summaryrefslogtreecommitdiffstats
path: root/audio/fantasia/fantasia.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'audio/fantasia/fantasia.SlackBuild')
-rw-r--r--audio/fantasia/fantasia.SlackBuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/fantasia/fantasia.SlackBuild b/audio/fantasia/fantasia.SlackBuild
index bc9f9bea71..5ba4dabef5 100644
--- a/audio/fantasia/fantasia.SlackBuild
+++ b/audio/fantasia/fantasia.SlackBuild
@@ -6,13 +6,14 @@
# Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details.
+cd $(dirname $0) ; CWD=$(pwd)
+
PRGNAM=fantasia
VERSION=${VERSION:-0.9}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
ARCH=noarch
-CWD=$(pwd)
TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}