summaryrefslogtreecommitdiffstats
path: root/system/podman/podman.SlackBuild
diff options
context:
space:
mode:
author Andrew Clemons <andrew.clemons@gmail.com>2022-02-18 22:16:24 +1300
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2022-02-19 12:10:42 +0700
commit62ac9f4854aa931e61ff965d481aff17e7fb9463 (patch)
tree7dd51bc063ecce09c89eb754dfed78aa7bcae13b /system/podman/podman.SlackBuild
parent3935bb038e843dae1bd524ed1e23bf8a4c76ec8b (diff)
downloadslackbuilds-62ac9f4854aa931e61ff965d481aff17e7fb9463.tar.gz
slackbuilds-62ac9f4854aa931e61ff965d481aff17e7fb9463.tar.xz
system/podman: Fix github tarball handling.
The content disposition header returned for this file is podman not libpod. Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/podman/podman.SlackBuild')
-rw-r--r--system/podman/podman.SlackBuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/podman/podman.SlackBuild b/system/podman/podman.SlackBuild
index 6e073391b8..5cd37f6bc3 100644
--- a/system/podman/podman.SlackBuild
+++ b/system/podman/podman.SlackBuild
@@ -76,7 +76,7 @@ cd $TMP
rm -rf $REPONAME-$VERSION
mkdir -p $REPONAME-$VERSION/src/$DOMAIN/$ORG
cd $REPONAME-$VERSION/src/$DOMAIN/$ORG
-tar xvf $CWD/$REPONAME-$VERSION.tar.gz
+tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
mv $PRGNAM-$VERSION $REPONAME
cd $REPONAME
chown -R root:root .