diff options
author | Erich Eckner <git@eckner.net> | 2021-01-01 15:30:50 +0100 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2021-01-02 18:30:47 +0100 |
commit | b0ba3d02015484481c632d9732a6e2af234fae4f (patch) | |
tree | 0e4cadcf4b7ca16b5eb8c259f94f5a542564621c /neuesPerlPaket | |
parent | 4d0fefbae835e4a976df449ab5637eecf37170bf (diff) | |
download | archlinuxewe-b0ba3d02015484481c632d9732a6e2af234fae4f.tar.xz |
neuesPerlPaket: xz -> zst
Diffstat (limited to 'neuesPerlPaket')
-rwxr-xr-x | neuesPerlPaket | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/neuesPerlPaket b/neuesPerlPaket index 285378baa..17949a4ed 100755 --- a/neuesPerlPaket +++ b/neuesPerlPaket @@ -185,10 +185,10 @@ while ${needs_build}; do while ${needs_build}; do makepkg -fcrs --noconfirm --asdeps || break needs_build=false - namcap ${pkgname}-*.pkg.tar.xz | \ + namcap ${pkgname}-*.pkg.tar.zst | \ tee namcap.log if grep -q ' W: No ELF files and not an "any" package$' namcap.log; then - rm ${pkgname}-*.pkg.tar.xz + rm ${pkgname}-*.pkg.tar.zst needs_build=true sed -i "s/^arch=.*\$/arch=('any')/" PKGBUILD fi @@ -231,7 +231,7 @@ while ${needs_build}; do done -pacman -Qlp ${pkgname}-*.pkg.tar.xz +pacman -Qlp ${pkgname}-*.pkg.tar.zst echo '' echo 'auch hier alles in Ordnung, oder?' |