summaryrefslogtreecommitdiffstats
path: root/graphics/tkpng/tkpng.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/tkpng/tkpng.SlackBuild')
-rw-r--r--graphics/tkpng/tkpng.SlackBuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/tkpng/tkpng.SlackBuild b/graphics/tkpng/tkpng.SlackBuild
index 821576904d..c38c350fc4 100644
--- a/graphics/tkpng/tkpng.SlackBuild
+++ b/graphics/tkpng/tkpng.SlackBuild
@@ -7,6 +7,8 @@
# Released into the public domain
# V1 - Slackware 13.37 - November 12, 2011
+cd $(dirname $0) ; CWD=$(pwd)
+
PRGNAM=tkpng
VERSION=${VERSION:-0.9}
BUILD=${BUILD:-1}
@@ -20,7 +22,6 @@ if [ -z "$ARCH" ]; then
esac
fi
-CWD=$(pwd)
TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}