aboutsummaryrefslogtreecommitdiff
path: root/multimedia/svt-vp9/svt-vp9.SlackBuild
diff options
context:
space:
mode:
authorAndrew Clemons <andrew.clemons@gmail.com>2022-11-25 23:39:23 +0900
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2022-11-26 09:11:47 +0700
commit8985a3b738579ea80fb1dc405fb9cf373a8143e7 (patch)
tree3e698bc2b098f60fd3db7d8f3ea8549c5810c7ae /multimedia/svt-vp9/svt-vp9.SlackBuild
parent285230d9f785fac8de89ab72e5300ee246378b9b (diff)
multimedia/svt-vp9: Fix github tarball handling.
https://slackbuilds.org/GITHUB_URLs.txt This avoids having differently named tarballs and src directories. Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'multimedia/svt-vp9/svt-vp9.SlackBuild')
-rw-r--r--multimedia/svt-vp9/svt-vp9.SlackBuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/multimedia/svt-vp9/svt-vp9.SlackBuild b/multimedia/svt-vp9/svt-vp9.SlackBuild
index c5e8867211ebd..5434772ce4220 100644
--- a/multimedia/svt-vp9/svt-vp9.SlackBuild
+++ b/multimedia/svt-vp9/svt-vp9.SlackBuild
@@ -71,7 +71,7 @@ rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
rm -rf SVT-VP9-$VERSION
-tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
+tar xvf $CWD/SVT-VP9-$VERSION.tar.gz
cd SVT-VP9-$VERSION
chown -R root:root .
find -L . \