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 --- games/mrrescue/mrrescue.SlackBuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'games/mrrescue') diff --git a/games/mrrescue/mrrescue.SlackBuild b/games/mrrescue/mrrescue.SlackBuild index bab97e62bd..14a07245e6 100644 --- a/games/mrrescue/mrrescue.SlackBuild +++ b/games/mrrescue/mrrescue.SlackBuild @@ -10,6 +10,8 @@ # for love-11.x support (someone upgraded love and didn't bother to tell # me so this has been broken for ~2 year). +cd $(dirname $0) ; CWD=$(pwd) + PRGNAM=mrrescue VERSION=${VERSION:-1.02e+20180818_a5be73c} BUILD=${BUILD:-1} @@ -20,7 +22,6 @@ DIFFVER=${VERSION##*+} ARCH=noarch -CWD=$(pwd) TMP=${TMP:-/tmp/SBo} PKG=$TMP/package-$PRGNAM OUTPUT=${OUTPUT:-/tmp} -- cgit v1.2.3