Skip to content

Commit 5fe2dbc

Browse files
fixed efi cp
Signed-off-by: kokkiemouse <[email protected]>
1 parent 5fa3e02 commit 5fe2dbc

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
@@ -1135,7 +1135,7 @@ make_efiboot() {
11351135
mkdir -p "${work_dir}/efiboot/EFI/boot"
11361136
(
11371137
local __bootfile="$(basename "$(ls "${work_dir}/${arch}/airootfs/usr/lib/systemd/boot/efi/systemd-boot"*".efi" )")"
1138-
cp "${work_dir}/${arch}/airootfs/usr/lib/systemd/boot/efi/${__bootfile}" "${work_dir}/efiboot/boot/${__bootfile#systemd-}"
1138+
cp "${work_dir}/${arch}/airootfs/usr/lib/systemd/boot/efi/${__bootfile}" "${work_dir}/efiboot/EFI/boot/${__bootfile#systemd-}"
11391139
)
11401140

11411141
mkdir -p "${work_dir}/efiboot/loader/entries"

0 commit comments

Comments
 (0)