summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Andrew Clemons2022-02-07 03:21:44 +0100
committer Willy Sudiarto Raharjo2022-02-07 17:04:35 +0100
commit746af1e1a46c40842e61bd89d4ca000a4314e903 (patch)
tree118165361ddb0e6d708cfbb94367b185355ae24a
parent79ea52c869dd36326c3df6bbabc8a550d4fef56a (diff)
downloadslackbuilds-746af1e1a46c40842e61bd89d4ca000a4314e903.tar.gz
system/uhd: Fix github tarball handling.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r--system/uhd/uhd.SlackBuild2
-rw-r--r--system/uhd/uhd.info2
2 files changed, 2 insertions, 2 deletions
diff --git a/system/uhd/uhd.SlackBuild b/system/uhd/uhd.SlackBuild
index 1901ec881b..9093409ce3 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 d5579e72c0..a4c50fecea 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=""