diff options
Diffstat (limited to 'graphics/optipng/optipng.SlackBuild')
-rw-r--r-- | graphics/optipng/optipng.SlackBuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/optipng/optipng.SlackBuild b/graphics/optipng/optipng.SlackBuild index 2a2581948ed3b..fccf37cf7bee8 100644 --- a/graphics/optipng/optipng.SlackBuild +++ b/graphics/optipng/optipng.SlackBuild @@ -4,6 +4,8 @@ # Written by Oleg O. Chukaev <oleg.chukaev@mail.ru> # Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details. +cd $(dirname $0) ; CWD=$(pwd) + PRGNAM=optipng VERSION=${VERSION:-0.7.7} BUILD=${BUILD:-1} @@ -17,7 +19,6 @@ if [ -z "$ARCH" ]; then esac fi -CWD=$(pwd) TMP=${TMP:-/tmp/SBo} PKG=$TMP/package-$PRGNAM OUTPUT=${OUTPUT:-/tmp} |