From c6c65e5629bd27c2255ae5070dd57842147a267e Mon Sep 17 00:00:00 2001 From: Heinz Wiesinger Date: Sat, 3 Jul 2021 10:31:42 +0200 Subject: *.SlackBuild: SlackBuilds run in the directory they are in Signed-off-by: Heinz Wiesinger --- autotools-template.SlackBuild | 3 ++- cmake-template.SlackBuild | 3 ++- haskell-template.SlackBuild | 3 ++- meson-template.SlackBuild | 3 ++- perl-template.SlackBuild | 3 ++- python-template.SlackBuild | 3 ++- rubygem-template.SlackBuild | 3 ++- 7 files changed, 14 insertions(+), 7 deletions(-) diff --git a/autotools-template.SlackBuild b/autotools-template.SlackBuild index 4c330b5..fffa185 100644 --- a/autotools-template.SlackBuild +++ b/autotools-template.SlackBuild @@ -48,6 +48,8 @@ # # |-----------------------------------------------------------------| # +cd $(dirname $0) ; CWD=$(pwd) + PRGNAM=appname # replace with name of program VERSION=${VERSION:-1.4.1} # replace with version of program BUILD=${BUILD:-1} @@ -63,7 +65,6 @@ if [ -z "$ARCH" ]; then esac fi -CWD=$(pwd) TMP=${TMP:-/tmp/SBo} # For consistency's sake, use this PKG=$TMP/package-$PRGNAM OUTPUT=${OUTPUT:-/tmp} # Drop the package in /tmp diff --git a/cmake-template.SlackBuild b/cmake-template.SlackBuild index 2bda501..5920127 100644 --- a/cmake-template.SlackBuild +++ b/cmake-template.SlackBuild @@ -48,6 +48,8 @@ # # |-----------------------------------------------------------------| # +cd $(dirname $0) ; CWD=$(pwd) + PRGNAM=appname # replace with name of program VERSION=${VERSION:-1.4.1} # replace with version of program BUILD=${BUILD:-1} @@ -63,7 +65,6 @@ if [ -z "$ARCH" ]; then esac fi -CWD=$(pwd) TMP=${TMP:-/tmp/SBo} # For consistency's sake, use this PKG=$TMP/package-$PRGNAM OUTPUT=${OUTPUT:-/tmp} # Drop the package in /tmp diff --git a/haskell-template.SlackBuild b/haskell-template.SlackBuild index 77c6d4d..206b16f 100644 --- a/haskell-template.SlackBuild +++ b/haskell-template.SlackBuild @@ -48,6 +48,8 @@ # # |-----------------------------------------------------------------| # +cd $(dirname $0) ; CWD=$(pwd) + PRGNAM=haskell-appname # replace 'appname' with name of program VERSION=${VERSION:-1.4.1} # replace with version of program BUILD=${BUILD:-1} @@ -67,7 +69,6 @@ if [ -z "$ARCH" ]; then esac fi -CWD=$(pwd) TMP=${TMP:-/tmp/SBo} # For consistency's sake, use this PKG=$TMP/package-$PRGNAM OUTPUT=${OUTPUT:-/tmp} # Drop the package in /tmp diff --git a/meson-template.SlackBuild b/meson-template.SlackBuild index 841d880..d132576 100644 --- a/meson-template.SlackBuild +++ b/meson-template.SlackBuild @@ -48,6 +48,8 @@ # # |-----------------------------------------------------------------| # +cd $(dirname $0) ; CWD=$(pwd) + PRGNAM=appname # replace with name of program VERSION=${VERSION:-1.4.1} # replace with version of program BUILD=${BUILD:-1} @@ -63,7 +65,6 @@ if [ -z "$ARCH" ]; then esac fi -CWD=$(pwd) TMP=${TMP:-/tmp/SBo} # For consistency's sake, use this PKG=$TMP/package-$PRGNAM OUTPUT=${OUTPUT:-/tmp} # Drop the package in /tmp diff --git a/perl-template.SlackBuild b/perl-template.SlackBuild index b176454..cb20ee0 100644 --- a/perl-template.SlackBuild +++ b/perl-template.SlackBuild @@ -48,6 +48,8 @@ # # |-----------------------------------------------------------------| # +cd $(dirname $0) ; CWD=$(pwd) + PRGNAM=perl-appname # replace "appname" with name of program VERSION=${VERSION:-1.4.1} # replace with version of program BUILD=${BUILD:-1} @@ -65,7 +67,6 @@ if [ -z "$ARCH" ]; then esac fi -CWD=$(pwd) TMP=${TMP:-/tmp/SBo} # For consistency's sake, use this PKG=$TMP/package-$PRGNAM OUTPUT=${OUTPUT:-/tmp} # Drop the package in /tmp diff --git a/python-template.SlackBuild b/python-template.SlackBuild index 5ec4def..53edbe1 100644 --- a/python-template.SlackBuild +++ b/python-template.SlackBuild @@ -48,6 +48,8 @@ # # |-----------------------------------------------------------------| # +cd $(dirname $0) ; CWD=$(pwd) + PRGNAM=appname # replace with name of program VERSION=${VERSION:-1.4.1} # replace with version of program BUILD=${BUILD:-1} @@ -63,7 +65,6 @@ if [ -z "$ARCH" ]; then esac fi -CWD=$(pwd) TMP=${TMP:-/tmp/SBo} # For consistency's sake, use this PKG=$TMP/package-$PRGNAM OUTPUT=${OUTPUT:-/tmp} # Drop the package in /tmp diff --git a/rubygem-template.SlackBuild b/rubygem-template.SlackBuild index 28ce5a4..9b27048 100644 --- a/rubygem-template.SlackBuild +++ b/rubygem-template.SlackBuild @@ -48,6 +48,8 @@ # # |-----------------------------------------------------------------| # +cd $(dirname $0) ; CWD=$(pwd) + PRGNAM=rubygem-appname # replace 'appname' with name of gem VERSION=${VERSION:-1.4.1} # replace with version of program BUILD=${BUILD:-1} @@ -65,7 +67,6 @@ if [ -z "$ARCH" ]; then esac fi -CWD=$(pwd) TMP=${TMP:-/tmp/SBo} # For consistency's sake, use this PKG=$TMP/package-$PRGNAM OUTPUT=${OUTPUT:-/tmp} # Drop the package in /tmp -- cgit v1.2.3