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 /libraries/opencl-amd | |
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 'libraries/opencl-amd')
-rw-r--r-- | libraries/opencl-amd/opencl-amd.SlackBuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libraries/opencl-amd/opencl-amd.SlackBuild b/libraries/opencl-amd/opencl-amd.SlackBuild index daacd1a179f25..e1e59cca9286f 100644 --- a/libraries/opencl-amd/opencl-amd.SlackBuild +++ b/libraries/opencl-amd/opencl-amd.SlackBuild @@ -27,6 +27,8 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +cd $(dirname $0) ; CWD=$(pwd) + PRGNAM="opencl-amd" VERSION=${VERSION:-19.50} MINVER="967956" @@ -58,7 +60,6 @@ EOF exit 1 fi -CWD=$(pwd) TMP=${TMP:-/tmp} PKG="${TMP}/package-${PRGNAM}" SRCDIR="${TMP}/${SRCNAM}" |