From b8eff5a2f2720dcf8aca9e5c681c32c64207a719 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Fri, 3 Jun 2011 00:21:07 +0200 Subject: Restoring excludes functionality for mksquashfs. This was present some time ago but then got removed. --- scripts/build/lb_binary_chroot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/build/lb_binary_chroot') diff --git a/scripts/build/lb_binary_chroot b/scripts/build/lb_binary_chroot index 3ce9708b9..4f02e509e 100755 --- a/scripts/build/lb_binary_chroot +++ b/scripts/build/lb_binary_chroot @@ -97,7 +97,7 @@ fi ${LB_ROOT_COMMAND} mv chroot.tmp chroot/chroot # Handling chroot excludes -if [ -f config/binary_rootfs/excludes ] +if [ -f config/binary_rootfs/excludes ] && [ "${LB_CHROOT_FILESYSTEM}" != "squashfs" ] then case "${LB_BUILD_WITH_CHROOT}" in true) -- cgit v1.2.3