From eac4757a897a3c0feb3e8243beb1d67e44f2ec82 Mon Sep 17 00:00:00 2001 From: jnqnfe Date: Wed, 7 Jan 2015 22:14:56 +0000 Subject: binary_rootfs: fix deletion of excludes file from wrong location in squashfs after use Closes: #952849 --- scripts/build/binary_rootfs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') diff --git a/scripts/build/binary_rootfs b/scripts/build/binary_rootfs index d50cf3b43..bfa605f38 100755 --- a/scripts/build/binary_rootfs +++ b/scripts/build/binary_rootfs @@ -354,7 +354,7 @@ case "${LB_CHROOT_FILESYSTEM}" in # Create image Chroot chroot "nice -n 19 mksquashfs chroot filesystem.squashfs ${MKSQUASHFS_OPTIONS}" - rm -f chroot/chroot/excludes + rm -f chroot/excludes du -B 1 -s chroot/chroot | cut -f1 > binary/${INITFS}/filesystem.size -- cgit v1.2.3