Run binary_hooks after binary_grub-efi

That way it becomes possible to customize grub-efi files.

Closes: #940846
This commit is contained in:
Ronny Standtke 2019-09-20 19:12:28 +02:00 committed by Raphaël Hertzog
parent 44b9b0a650
commit 97e8070b72
1 changed files with 1 additions and 1 deletions

View File

@ -68,8 +68,8 @@ lb binary_disk ${@}
lb binary_loadlin ${@}
lb binary_win32-loader ${@}
lb binary_includes ${@}
lb binary_hooks ${@}
lb binary_grub-efi ${@}
lb binary_hooks ${@}
lb binary_checksums ${@}
if [ "${LB_BUILD_WITH_CHROOT}" != "true" ]