summaryrefslogtreecommitdiffstats
path: root/libraries/python3-dvdvideo/python3-dvdvideo.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'libraries/python3-dvdvideo/python3-dvdvideo.SlackBuild')
-rw-r--r--libraries/python3-dvdvideo/python3-dvdvideo.SlackBuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/libraries/python3-dvdvideo/python3-dvdvideo.SlackBuild b/libraries/python3-dvdvideo/python3-dvdvideo.SlackBuild
index fd40c5dedd..be0d04ce34 100644
--- a/libraries/python3-dvdvideo/python3-dvdvideo.SlackBuild
+++ b/libraries/python3-dvdvideo/python3-dvdvideo.SlackBuild
@@ -32,6 +32,8 @@
# |-----------------------------------------------------------------| #
+cd $(dirname $0) ; CWD=$(pwd)
+
PRGNAM=python3-dvdvideo
VERSION=${VERSION:-0.20140413}
BUILD=${BUILD:-1}
@@ -45,7 +47,6 @@ if [ -z "$ARCH" ]; then
esac
fi
-CWD=$(pwd)
TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}