aboutsummaryrefslogtreecommitdiff
path: root/system/uhd/uhd.SlackBuild
diff options
context:
space:
mode:
authorAndrew Clemons <andrew.clemons@gmail.com>2022-02-07 15:21:44 +1300
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2022-02-07 23:04:35 +0700
commit746af1e1a46c40842e61bd89d4ca000a4314e903 (patch)
tree118165361ddb0e6d708cfbb94367b185355ae24a /system/uhd/uhd.SlackBuild
parent79ea52c869dd36326c3df6bbabc8a550d4fef56a (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/uhd/uhd.SlackBuild')
-rw-r--r--system/uhd/uhd.SlackBuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/uhd/uhd.SlackBuild b/system/uhd/uhd.SlackBuild
index 1901ec881b5e..9093409ce37a 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 . \