summaryrefslogtreecommitdiff
path: root/src/chroot-tools/librechroot
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@lukeshu.com>2018-06-02 11:52:34 -0400
committerLuke Shumaker <lukeshu@lukeshu.com>2018-06-02 11:52:34 -0400
commitc54ef152ed0a55e7739c06bcaaa41edf7aa37a7c (patch)
treed2b68c36f51334e2c4f24fd695e0652fbdf776a9 /src/chroot-tools/librechroot
parentbc832adf337879b47dc9ed1633fa76c6a1e79fd9 (diff)
librechroot: Remove the hack for -any packages differing between arches
db-import-pkg now makes sure that that doesn't happen.
Diffstat (limited to 'src/chroot-tools/librechroot')
-rwxr-xr-xsrc/chroot-tools/librechroot6
1 files changed, 0 insertions, 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
}