summaryrefslogtreecommitdiff
path: root/scripts/build/binary_rootfs
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/build/binary_rootfs')
-rwxr-xr-xscripts/build/binary_rootfs2
1 files changed, 1 insertions, 1 deletions
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