summaryrefslogtreecommitdiffstats
path: root/python/python-ly/python-ly.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'python/python-ly/python-ly.SlackBuild')
-rw-r--r--python/python-ly/python-ly.SlackBuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/python/python-ly/python-ly.SlackBuild b/python/python-ly/python-ly.SlackBuild
index 98f9ccba83..97ba64b14e 100644
--- a/python/python-ly/python-ly.SlackBuild
+++ b/python/python-ly/python-ly.SlackBuild
@@ -3,6 +3,8 @@
#
# Michales (clavisound) Michaloudes korgie@gmail.com <2017>
+cd $(dirname $0) ; CWD=$(pwd)
+
PRGNAM=python-ly
VERSION=${VERSION:-0.9.7}
BUILD=${BUILD:-1}
@@ -16,7 +18,6 @@ if [ -z "$ARCH" ]; then
esac
fi
-CWD=$(pwd)
TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}