diff options
-rwxr-xr-x | scripts/build/binary_rootfs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/build/binary_rootfs b/scripts/build/binary_rootfs index bfa605f38..2f49df1e7 100755 --- a/scripts/build/binary_rootfs +++ b/scripts/build/binary_rootfs @@ -403,8 +403,6 @@ case "${LB_CHROOT_FILESYSTEM}" in # Removing depends Remove_package fi - - chmod 0644 binary/${INITFS}/filesystem.squashfs ;; false) @@ -419,6 +417,8 @@ case "${LB_CHROOT_FILESYSTEM}" in ;; esac + chmod 0644 binary/${INITFS}/filesystem.squashfs + # Saving cache Save_cache cache/packages.binary ;; |