summaryrefslogtreecommitdiffstats
path: root/audio/rumor/rumor.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'audio/rumor/rumor.SlackBuild')
-rw-r--r--audio/rumor/rumor.SlackBuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/rumor/rumor.SlackBuild b/audio/rumor/rumor.SlackBuild
index 735375d358..70474e80fa 100644
--- a/audio/rumor/rumor.SlackBuild
+++ b/audio/rumor/rumor.SlackBuild
@@ -2,6 +2,8 @@
# Slackware build script for <rumor>
# Written by Michales Michaloudes korgie@gmail.com
+cd $(dirname $0) ; CWD=$(pwd)
+
PRGNAM=rumor
VERSION=${VERSION:-1.0.5}
BUILD=${BUILD:-2}
@@ -15,7 +17,6 @@ if [ -z "$ARCH" ]; then
esac
fi
-CWD=$(pwd)
TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}