summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xsrc/chroot-tools/librechroot5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/chroot-tools/librechroot b/src/chroot-tools/librechroot
index d7cecea..9f23945 100755
--- a/src/chroot-tools/librechroot
+++ b/src/chroot-tools/librechroot
@@ -541,10 +541,7 @@ main() {
if [[ ! -d $rootdir ]]; then
# Create chroot seed system
- # NOTE: ARM chroots require 'fakeroot-tcp' (BR #2775)
- local fakeroot_pkg=fakeroot$( [[ "${target_arch}" == 'armv7h' ]] && echo '-tcp' )
- local chroot_pkgs=$( pacman --config "${seed_pacmanconf}" -Sgq base-devel | \
- sed "s|fakeroot|${fakeroot_pkg}|" )
+ local chroot_pkgs=$( pacman --config "${seed_pacmanconf}" -Sgq base-devel )
msg "Creating 'root' seed for chroot [%s]" "$CHROOT"
mkarchroot "$rootdir" ${chroot_pkgs} </dev/null