Revision: 2000
          http://svn.sv.gnu.org/viewvc/?view=rev&root=grub&revision=2000
Author:   chaac
Date:     2009-02-22 21:55:49 +0000 (Sun, 22 Feb 2009)

Log Message:
-----------
2009-02-22  Vesa J?\195?\164?\195?\164skel?\195?\164inen  <[email protected]>

        Patch #25624 by Kevin Lacquement <ke...@lacqui>.

        * util/grub-mkconfig.in: Use ${grub_mkdevicemap} instead of hard
        coding tool name.

Ticket Links:
:-----------
    http://savannah.gnu.org/patch/?25624

Modified Paths:
--------------
    trunk/grub2/ChangeLog
    trunk/grub2/util/grub-mkconfig.in

Modified: trunk/grub2/ChangeLog
===================================================================
--- trunk/grub2/ChangeLog       2009-02-22 00:44:22 UTC (rev 1999)
+++ trunk/grub2/ChangeLog       2009-02-22 21:55:49 UTC (rev 2000)
@@ -1,3 +1,10 @@
+2009-02-22  Vesa Jääskeläinen  <[email protected]>
+
+       Patch #25624 by Kevin Lacquement <ke...@lacqui>.
+
+       * util/grub-mkconfig.in: Use ${grub_mkdevicemap} instead of hard
+       coding tool name.
+
 2009-02-22  Robert Millan  <[email protected]>
 
        * include/multiboot.h (MULTIBOOT_INFO_ALIGN): New macro.

Modified: trunk/grub2/util/grub-mkconfig.in
===================================================================
--- trunk/grub2/util/grub-mkconfig.in   2009-02-22 00:44:22 UTC (rev 1999)
+++ trunk/grub2/util/grub-mkconfig.in   2009-02-22 21:55:49 UTC (rev 2000)
@@ -111,7 +111,7 @@
 mkdir -p ${grub_prefix}
 
 if test -e ${grub_prefix}/device.map ; then : ; else
-  grub-mkdevicemap
+  ${grub_mkdevicemap}
 fi
 
 # Device containing our userland.  Typically used for root= parameter.




Reply via email to