diff options
author | B. Watson <yalhcru@gmail.com> | 2020-10-09 01:01:09 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-10-17 09:36:36 +0700 |
commit | 26b3548ab381e91207b4e5046ed93de773406ae1 (patch) | |
tree | fc01aabc689a5e7c342999720c53d9017086a4eb /libraries/tbb/tbb.SlackBuild | |
parent | bb567cd90b78c179c27cee25e1b1d25155fe13e7 (diff) |
libraries/tbb: Use correct github URL.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/tbb/tbb.SlackBuild')
-rw-r--r-- | libraries/tbb/tbb.SlackBuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/libraries/tbb/tbb.SlackBuild b/libraries/tbb/tbb.SlackBuild index 79569c2706802..26680e445a121 100644 --- a/libraries/tbb/tbb.SlackBuild +++ b/libraries/tbb/tbb.SlackBuild @@ -8,6 +8,7 @@ VERSION=${VERSION:-2020u2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} +SRCNAM=oneTBB SRCVERSION=$( echo ${VERSION} | sed 's,u,_U,' ) if [ -z "$ARCH" ]; then @@ -42,8 +43,8 @@ set -e rm -rf $PKG $TMP/oneTBB-${SRCVERSION} mkdir -p $TMP $PKG $OUTPUT cd $TMP -tar xvf $CWD/${PRGNAM}-${SRCVERSION}.tar.gz -cd oneTBB-${SRCVERSION} +tar xvf $CWD/${SRCNAM}-${SRCVERSION}.tar.gz +cd $SRCNAM-${SRCVERSION} chown -R root:root . find -L . \ \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \ |