diff options
Diffstat (limited to 'graphics/tkpng/tkpng.SlackBuild')
-rw-r--r-- | graphics/tkpng/tkpng.SlackBuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/tkpng/tkpng.SlackBuild b/graphics/tkpng/tkpng.SlackBuild index 821576904d5a..c38c350fc42e 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} |