diff --git a/scripts/build/binary_rootfs b/scripts/build/binary_rootfs index 973adf620..af8448d8f 100755 --- a/scripts/build/binary_rootfs +++ b/scripts/build/binary_rootfs @@ -135,6 +135,9 @@ case "${LB_CHROOT_FILESYSTEM}" in du -B 1 -s chroot/chroot | cut -f1 > binary/${INITFS}/filesystem.size + # Removing depends + Remove_packages + if [ -e chroot/chroot.cache ] then Remove_lockfile @@ -150,9 +153,6 @@ case "${LB_CHROOT_FILESYSTEM}" in touch .lock else rm -rf chroot/chroot - - # Removing depends - Remove_packages fi ;; @@ -201,6 +201,9 @@ case "${LB_CHROOT_FILESYSTEM}" in # Move image mv chroot/filesystem.jffs2 binary/${INITFS} + # Removing depends + Remove_packages + if [ -e chroot/chroot.cache ] then Remove_lockfile @@ -216,9 +219,6 @@ case "${LB_CHROOT_FILESYSTEM}" in touch .lock else rm -rf chroot/chroot - - # Removing depends - Remove_packages fi ;; @@ -341,6 +341,9 @@ case "${LB_CHROOT_FILESYSTEM}" in mv chroot/filesystem.squashfs binary/${INITFS} rm -f chroot/squashfs.sort + # Removing depends + Remove_packages + if [ -e chroot/chroot.cache ] then Remove_lockfile @@ -356,9 +359,6 @@ case "${LB_CHROOT_FILESYSTEM}" in touch .lock else rm -rf chroot/chroot - - # Removing depends - Remove_packages fi ;;