From a759ecd5bc0c84af96bae90e2863219383343ef0 Mon Sep 17 00:00:00 2001 From: kpcyrd Date: Sat, 18 Nov 2017 19:58:37 +0100 Subject: reproducible-archlinux: set pkgext to .pkg.tar.xz Signed-off-by: Holger Levsen --- bin/reproducible_setup_archlinux_schroot.sh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'bin/reproducible_setup_archlinux_schroot.sh') diff --git a/bin/reproducible_setup_archlinux_schroot.sh b/bin/reproducible_setup_archlinux_schroot.sh index 2a9d938e..543fb33c 100755 --- a/bin/reproducible_setup_archlinux_schroot.sh +++ b/bin/reproducible_setup_archlinux_schroot.sh @@ -165,6 +165,8 @@ Include = /etc/pacman.d/mirrorlist Include = /etc/pacman.d/mirrorlist __END__ +sudo sed -i "s/^PKGEXT='.pkg.tar.gz'/PKGEXT='.pkg.tar.xz'/" "$SCHROOT_BASE/$TARGET/etc/makepkg.conf" + if [ "$HOSTNAME" = "profitbricks-build4-amd64" ] ; then # disable signature verification so packages won't fail to install when setting the time to +$x years sudo sed -i 's/^#?SigLevel\s*=.*/SigLevel = Never/' "$SCHROOT_BASE/$TARGET/etc/pacman.conf" -- cgit v1.2.3-54-g00ecf