OSDN Git Service

[fix] : Fixed typo
authorhayao <shun819.mail@gmail.com>
Wed, 14 Oct 2020 09:36:27 +0000 (18:36 +0900)
committerhayao <shun819.mail@gmail.com>
Wed, 14 Oct 2020 09:36:27 +0000 (18:36 +0900)
build.sh

index 71d931e..931bd9d 100755 (executable)
--- a/build.sh
+++ b/build.sh
@@ -1168,7 +1168,7 @@ make_efiboot() {
     mkdir -p "${work_dir}/efiboot/EFI/boot"
     (
         local __bootfile="$(basename "$(ls "${airootfs_dir}/usr/lib/systemd/boot/efi/systemd-boot"*".efi" )")"
-        cp "${airootfs_dir}/usr/lib/systemd/boot/efi/${__bootfile}" "${work_dir}/efiboot/boot/${__bootfile#systemd-}"
+        cp "${airootfs_dir}/usr/lib/systemd/boot/efi/${__bootfile}" "${work_dir}/efiboot/EFI/boot/${__bootfile#systemd-}"
     )
 
     mkdir -p "${work_dir}/efiboot/loader/entries"