diff options
author | Heinz Wiesinger <pprkut@slackbuilds.org> | 2021-07-04 11:41:06 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-07-05 16:01:32 +0700 |
commit | 7f26b9929fe95171f3719de3f601b696a2def263 (patch) | |
tree | c695221c62ff155a5a657883822af40538d24f23 /development/bmake | |
parent | e6362e61d4cb76998694df32c864f5ceb3d95d54 (diff) |
All: SlackBuilds run in the directory they are in
Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/bmake')
-rw-r--r-- | development/bmake/bmake.SlackBuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/development/bmake/bmake.SlackBuild b/development/bmake/bmake.SlackBuild index 00209889db60..077cc843a1f1 100644 --- a/development/bmake/bmake.SlackBuild +++ b/development/bmake/bmake.SlackBuild @@ -34,6 +34,8 @@ # give you a parallel build, but it does break the 'make test' # portion of the bmake build. +cd $(dirname $0) ; CWD=$(pwd) + PRGNAM=bmake VERSION=${VERSION:-20201010} BUILD=${BUILD:-1} @@ -47,7 +49,6 @@ if [ -z "$ARCH" ]; then esac fi -CWD=$(pwd) TMP=${TMP:-/tmp/SBo} PKG=$TMP/package-$PRGNAM OUTPUT=${OUTPUT:-/tmp} |