]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
2007-05-05 Robert Millan <rmh@aybabtu.com>
authorrobertmh <robertmh@localhost>
Sat, 5 May 2007 10:57:51 +0000 (10:57 +0000)
committerrobertmh <robertmh@localhost>
Sat, 5 May 2007 10:57:51 +0000 (10:57 +0000)
* util/update-grub.in: Create ${grub_prefix} if it doesn't exist.

ChangeLog
util/update-grub.in

index ee4e743ac53d5f44555eb789f49769c2d0050012..70507b30b20c14b000d133e9a2a3da07ea399b82 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2007-05-05  Robert Millan  <rmh@aybabtu.com>
+
+       * util/update-grub.in: Create ${grub_prefix} if it doesn't exist.
+
 2007-05-05  Robert Millan  <rmh@aybabtu.com>
 
        * util/grub.d/10_linux.in: Allow the administrator to insert Linux
index a4d1af76dcf458c516fe54d399a97d8c5c899bf2..c9f1601f7f12215737abbfa06049975a96cf6bc7 100644 (file)
@@ -61,6 +61,7 @@ if ${found} ; then : ; else
 fi
 
 if ${test_mode} ; then : ; else
+  mkdir -p ${grub_prefix}
   exec > ${grub_cfg}.new
   chmod 444 ${grub_cfg}.new
 fi