diff options
Diffstat (limited to 'python/gst0-python/gst0-python.SlackBuild')
-rw-r--r-- | python/gst0-python/gst0-python.SlackBuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/python/gst0-python/gst0-python.SlackBuild b/python/gst0-python/gst0-python.SlackBuild index f4378e1aa5b14..1fc23469386a2 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} |