From c54ef152ed0a55e7739c06bcaaa41edf7aa37a7c Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Sat, 2 Jun 2018 11:52:34 -0400 Subject: librechroot: Remove the hack for -any packages differing between arches db-import-pkg now makes sure that that doesn't happen. --- src/chroot-tools/librechroot | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/chroot-tools/librechroot b/src/chroot-tools/librechroot index 868741f..6ae4b12 100755 --- a/src/chroot-tools/librechroot +++ b/src/chroot-tools/librechroot @@ -95,12 +95,6 @@ hack_arch_nspawn_flags() { # Let qemu/binfmt_misc do its thing arch_nspawn_flags+=(-f "$interpreter" -s) - - # The -any packages are built separately for ARM from - # x86, so if we use the same CacheDir as the x86 host, - # then there will be PGP errors. - mkdir -p "/var/cache/pacman/pkg-$CARCH" - arch_nspawn_flags+=(-c "/var/cache/pacman/pkg-$CARCH") fi } -- cgit v1.2.2