summaryrefslogtreecommitdiffstats
path: root/audio/podget/podget.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'audio/podget/podget.SlackBuild')
-rw-r--r--audio/podget/podget.SlackBuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/podget/podget.SlackBuild b/audio/podget/podget.SlackBuild
index 8b5ab979ee..6f8c2654da 100644
--- a/audio/podget/podget.SlackBuild
+++ b/audio/podget/podget.SlackBuild
@@ -35,6 +35,8 @@
# - Get rid of CRLF line endings in a couple of the scripts
# - Minor cleanups
+cd $(dirname $0) ; CWD=$(pwd)
+
PRGNAM=podget
VERSION=${VERSION:-0.8.8}
BUILD=${BUILD:-1}
@@ -42,7 +44,6 @@ TAG=${TAG:-_SBo}
ARCH=noarch
-CWD=$(pwd)
TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}