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 --- office/teapot/teapot.SlackBuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'office/teapot/teapot.SlackBuild') diff --git a/office/teapot/teapot.SlackBuild b/office/teapot/teapot.SlackBuild index 5efe5fc0f8..6ab8c88a94 100644 --- a/office/teapot/teapot.SlackBuild +++ b/office/teapot/teapot.SlackBuild @@ -35,6 +35,8 @@ # consequently qt5!), pull the prebuilt docs out of upstream's # binary package. +cd $(dirname $0) ; CWD=$(pwd) + PRGNAM=teapot VERSION=${VERSION:-2.3.0} BUILD=${BUILD:-2} @@ -48,7 +50,6 @@ if [ -z "$ARCH" ]; then esac fi -CWD=$(pwd) TMP=${TMP:-/tmp/SBo} PKG=$TMP/package-$PRGNAM OUTPUT=${OUTPUT:-/tmp} -- cgit v1.2.3