binary_rootfs: fix deletion of excludes file from wrong location in squashfs after use

Closes: #952849
This commit is contained in:
jnqnfe 2015-01-07 22:14:56 +00:00 committed by Raphaël Hertzog
parent 769cf6e7b7
commit eac4757a89
1 changed files with 1 additions and 1 deletions

View File

@ -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