]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
* util/grub-mkrescue.in: Remove ${efi_dir} after building efi.img.
authorColin Watson <cjwatson@ubuntu.com>
Sun, 1 Aug 2010 16:30:03 +0000 (11:30 -0500)
committerColin Watson <cjwatson@ubuntu.com>
Sun, 1 Aug 2010 16:30:03 +0000 (11:30 -0500)
ChangeLog
util/grub-mkrescue.in

index 83ac0b37b7372e228d53787df018c31ad5200d67..9729f71d80b311828d51293c858825cfe27dd6c9 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2010-08-01  Colin Watson  <cjwatson@ubuntu.com>
+
+       * util/grub-mkrescue.in: Remove ${efi_dir} after building efi.img.
+
 2010-08-01  Colin Watson  <cjwatson@ubuntu.com>
 
        * script/yylex.l (NAME): Remove [:digit:], redundant with [:alnum:].
index e498acee7ae9f9391a7b526a3e602dc78c87103c..b7d9eb4eb662a41687e1b6017b65f6ae4fa80257 100644 (file)
@@ -296,6 +296,7 @@ if test -e "${efi64_dir}" || test -e "${efi32_dir}"; then
 
     mformat -C -f 2880 -L 16 -i "${iso9660_dir}"/efi.img ::
     mcopy -s -i "${iso9660_dir}"/efi.img ${efi_dir}/efi ::/
+    rm -rf ${efi_dir}
     grub_mkisofs_arguments="${grub_mkisofs_arguments} --efi-boot efi.img"
 fi