summaryrefslogtreecommitdiff
path: root/src/chroot-tools/librechroot
diff options
context:
space:
mode:
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
}