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