run binary hooks on each layer in lb_binary_layered

This commit is contained in:
Michael Hudson-Doyle 2021-06-25 10:18:37 +12:00
parent 75165aeb34
commit ce458ba31e

View File

@ -66,7 +66,7 @@ build_layered_squashfs () {
return
fi
rm -f .build/binary_chroot
rm -f .build/binary_chroot .build/binary_hooks
mkdir -p "$overlay_dir/"
lowerdirs=$(get_lowerdirs_for_pass $pass)