summaryrefslogtreecommitdiffstats
path: root/febootstrap.sh
diff options
context:
space:
mode:
Diffstat (limited to 'febootstrap.sh')
-rwxr-xr-xfebootstrap.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/febootstrap.sh b/febootstrap.sh
index b08e3c0..5386b2c 100755
--- a/febootstrap.sh
+++ b/febootstrap.sh
@@ -127,7 +127,7 @@ export FAKECHROOT_EXCLUDE_PATH=/proc
# Substitute some statically-linked commands. This is only supported
# in fakechroot > 2.9. For previous versions of fakechroot it is
# ignored.
-export FAKECHROOT_CMD_SUBST=/sbin/ldconfig=/bin/true:/usr/sbin/glibc_post_upgrade.i686=/bin/true:/usr/sbin/glibc_post_upgrade.x86_64=/bin/true
+export FAKECHROOT_CMD_SUBST=/sbin/ldconfig=/bin/true:/usr/sbin/glibc_post_upgrade.i686=/bin/true:/usr/sbin/glibc_post_upgrade.x86_64=/bin/true:/usr/sbin/build-locale-archive=/bin/true:/usr/sbin/libgcc_post_upgrade=/bin/true
# Make the device nodes inside the fake chroot.
# (Copied from mock/backend.py) Why isn't there a base package which