summaryrefslogtreecommitdiffstats
path: root/python/PyColorizer/PyColorizer.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'python/PyColorizer/PyColorizer.SlackBuild')
-rw-r--r--python/PyColorizer/PyColorizer.SlackBuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/python/PyColorizer/PyColorizer.SlackBuild b/python/PyColorizer/PyColorizer.SlackBuild
index 7305ef16f5..1e9de84f97 100644
--- a/python/PyColorizer/PyColorizer.SlackBuild
+++ b/python/PyColorizer/PyColorizer.SlackBuild
@@ -23,6 +23,8 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+cd $(dirname $0) ; CWD=$(pwd)
+
PRGNAM=PyColorizer
VERSION=${VERSION:-0.1}
BUILD=${BUILD:-1}
@@ -36,7 +38,6 @@ if [ -z "$ARCH" ]; then
esac
fi
-CWD=$(pwd)
TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}