From 7f26b9929fe95171f3719de3f601b696a2def263 Mon Sep 17 00:00:00 2001 From: Heinz Wiesinger Date: Sun, 4 Jul 2021 11:41:06 +0200 Subject: All: SlackBuilds run in the directory they are in Signed-off-by: Heinz Wiesinger Signed-off-by: Willy Sudiarto Raharjo --- graphics/dcraw/dcraw.SlackBuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'graphics/dcraw/dcraw.SlackBuild') diff --git a/graphics/dcraw/dcraw.SlackBuild b/graphics/dcraw/dcraw.SlackBuild index b482bda81f2f9..5436ede1f4eaa 100644 --- a/graphics/dcraw/dcraw.SlackBuild +++ b/graphics/dcraw/dcraw.SlackBuild @@ -29,6 +29,8 @@ # If you want to build the rawphoto gimp plug-in, invoke the script as: # RAWPHOTO=yes ./dcraw.SlackBuild +cd $(dirname $0) ; CWD=$(pwd) + PRGNAM="dcraw" VERSION=${VERSION:-9.28.0} BUILD=${BUILD:-1} @@ -42,7 +44,6 @@ if [ -z "$ARCH" ]; then esac fi -CWD=$(pwd) TMP=${TMP:-/tmp/SBo} PKG=$TMP/package-$PRGNAM OUTPUT=${OUTPUT:-/tmp} -- cgit v1.2.3