summaryrefslogtreecommitdiffstats
path: root/graphics/pngcrush/pngcrush.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/pngcrush/pngcrush.SlackBuild')
-rw-r--r--graphics/pngcrush/pngcrush.SlackBuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/pngcrush/pngcrush.SlackBuild b/graphics/pngcrush/pngcrush.SlackBuild
index 909adad51a..c9e29cb698 100644
--- a/graphics/pngcrush/pngcrush.SlackBuild
+++ b/graphics/pngcrush/pngcrush.SlackBuild
@@ -25,6 +25,8 @@
# Modified by Eugene M., <damagedone at gmx dot com>
# Modified by B. Watson <yalhcru@gmail.com>, fix x86 build error
+cd $(dirname $0) ; CWD=$(pwd)
+
PRGNAM=pngcrush
VERSION=${VERSION:-1.8.13}
BUILD=${BUILD:-1}
@@ -38,7 +40,6 @@ if [ -z "$ARCH" ]; then
esac
fi
-CWD=$(pwd)
TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}