Skip to content

Commit c584979

Browse files
committed
[fix] : Fixed dir name
1 parent a4bb4d2 commit c584979

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -849,7 +849,7 @@ make_isolinux() {
849849

850850
# Prepare /EFI
851851
make_efi() {
852-
install -d -m 0755 -- "${isofs_dir}/EFI/BOOT"
852+
install -d -m 0755 -- "${isofs_dir}/EFI/boot"
853853

854854
local _bootfile="$(basename "$(ls "${airootfs_dir}/usr/lib/systemd/boot/efi/systemd-boot"*".efi" )")"
855855
#cp "${airootfs_dir}/usr/lib/systemd/boot/efi/${_bootfile}" "${isofs_dir}/EFI/boot/${_bootfile#systemd-}"

0 commit comments

Comments
 (0)