summaryrefslogtreecommitdiffstats
path: root/python/gst0-python/gst0-python.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'python/gst0-python/gst0-python.SlackBuild')
-rw-r--r--python/gst0-python/gst0-python.SlackBuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/python/gst0-python/gst0-python.SlackBuild b/python/gst0-python/gst0-python.SlackBuild
index f4378e1aa5..1fc2346938 100644
--- a/python/gst0-python/gst0-python.SlackBuild
+++ b/python/gst0-python/gst0-python.SlackBuild
@@ -11,6 +11,8 @@
# Maintained by Larry Hajali <larryhaja[at]gmail[dot]com>
# from version 0.10.22
+cd $(dirname $0) ; CWD=$(pwd)
+
PRGNAM=gst0-python
VERSION=${VERSION:-0.10.22}
BUILD=${BUILD:-1}
@@ -26,7 +28,6 @@ if [ -z "$ARCH" ]; then
esac
fi
-CWD=$(pwd)
TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}