diff options
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 |
commit | 62ac9f4854aa931e61ff965d481aff17e7fb9463 (patch) | |
tree | 7dd51bc063ecce09c89eb754dfed78aa7bcae13b /system/podman | |
parent | 3935bb038e843dae1bd524ed1e23bf8a4c76ec8b (diff) |
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')
-rw-r--r-- | system/podman/podman.SlackBuild | 2 | ||||
-rw-r--r-- | system/podman/podman.info | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/system/podman/podman.SlackBuild b/system/podman/podman.SlackBuild index 6e073391b8f34..5cd37f6bc3bf8 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 . diff --git a/system/podman/podman.info b/system/podman/podman.info index 73c4186dd3a96..05fb8ef83927b 100644 --- a/system/podman/podman.info +++ b/system/podman/podman.info @@ -1,7 +1,7 @@ PRGNAM="podman" VERSION="1.6.2" HOMEPAGE="https://github.com/containers/libpod" -DOWNLOAD="https://github.com/containers/libpod/archive/v1.6.2/libpod-1.6.2.tar.gz" +DOWNLOAD="https://github.com/containers/libpod/archive/v1.6.2/podman-1.6.2.tar.gz" MD5SUM="3be76c36a0833e8c686a8ecf5fcf5fa2" DOWNLOAD_x86_64="" MD5SUM_x86_64="" |