mirror of
https://github.com/jiazhang0/meta-secure-core.git
synced 2026-07-16 12:47:00 +00:00
typo in chownboot
This commit is contained in:
@@ -172,7 +172,7 @@ python do_sign() {
|
||||
addtask sign after do_install before do_deploy do_package
|
||||
|
||||
fakeroot do_chownboot() {
|
||||
if [ "${GRUB_SIGN_VERIFY}" = "1"]; then
|
||||
if [ "${GRUB_SIGN_VERIFY}" = "1" ]; then
|
||||
chown root:root -R "${D}${EFI_BOOT_PATH}/grub.cfg${SB_FILE_EXT}"
|
||||
chown root:root -R "${D}${EFI_BOOT_PATH}/boot-menu.inc${SB_FILE_EXT}"
|
||||
[ x"${UEFI_SB}" = x"1" ] && {
|
||||
|
||||
Reference in New Issue
Block a user