summaryrefslogtreecommitdiffstats
path: root/python/pyfeed/pyfeed.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'python/pyfeed/pyfeed.SlackBuild')
-rw-r--r--python/pyfeed/pyfeed.SlackBuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/python/pyfeed/pyfeed.SlackBuild b/python/pyfeed/pyfeed.SlackBuild
index 148f79ddbd..54a9462019 100644
--- a/python/pyfeed/pyfeed.SlackBuild
+++ b/python/pyfeed/pyfeed.SlackBuild
@@ -4,6 +4,8 @@
# Written by Xavier Maillard <xavier@maillard.im>
+cd $(dirname $0) ; CWD=$(pwd)
+
PRGNAM=pyfeed
VERSION=${VERSION:-0.7.4}
BUILD=${BUILD:-1}
@@ -17,7 +19,6 @@ if [ -z "$ARCH" ]; then
esac
fi
-CWD=$(pwd)
TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}