diff options
author | Andrew Clemons <andrew.clemons@gmail.com> | 2022-02-07 15:21:44 +1300 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-02-07 23:04:35 +0700 |
commit | 746af1e1a46c40842e61bd89d4ca000a4314e903 (patch) | |
tree | 118165361ddb0e6d708cfbb94367b185355ae24a /system | |
parent | 79ea52c869dd36326c3df6bbabc8a550d4fef56a (diff) |
system/uhd: Fix github tarball handling.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system')
-rw-r--r-- | system/uhd/uhd.SlackBuild | 2 | ||||
-rw-r--r-- | system/uhd/uhd.info | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/system/uhd/uhd.SlackBuild b/system/uhd/uhd.SlackBuild index 1901ec881b5eb..9093409ce37aa 100644 --- a/system/uhd/uhd.SlackBuild +++ b/system/uhd/uhd.SlackBuild @@ -70,7 +70,7 @@ rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT cd $TMP rm -rf $PRGNAM-release_$VERSION -tar xvf $CWD/release_$VERSION.tar.gz +tar xvf $CWD/$PRGNAM-release_$VERSION.tar.gz cd $PRGNAM-release_$VERSION/host chown -R root:root . find -L . \ diff --git a/system/uhd/uhd.info b/system/uhd/uhd.info index d5579e72c0212..a4c50feceaa9a 100644 --- a/system/uhd/uhd.info +++ b/system/uhd/uhd.info @@ -1,7 +1,7 @@ PRGNAM="uhd" VERSION="003_009_007" HOMEPAGE="https://www.ettus.com/" -DOWNLOAD="https://github.com/EttusResearch/uhd/archive/release_003_009_007.tar.gz" +DOWNLOAD="https://github.com/EttusResearch/uhd/archive/release_003_009_007/uhd-release_003_009_007.tar.gz" MD5SUM="3f024ac4d536a8aaf1ad66617deda941" DOWNLOAD_x86_64="" MD5SUM_x86_64="" |