]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
2009-11-11 Felix Zielcke <fzielcke@z-51.de>
authorFelix Zielcke <fzielcke@z-51.de>
Wed, 11 Nov 2009 16:00:27 +0000 (17:00 +0100)
committerFelix Zielcke <fzielcke@z-51.de>
Wed, 11 Nov 2009 16:00:27 +0000 (17:00 +0100)
Fix the generation of the man page.

* util/pc/i386/grub-install.in: Source
`${libdir}/grub/grub-mkconfig_lib' after options have been parsed.

ChangeLog
util/i386/pc/grub-install.in

index b27b5e2904361f70f6fa3602e51980c63263bfac..4e868b5b9efa01adc69f89b88bc54801582ef81c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2009-11-11  Felix Zielcke  <fzielcke@z-51.de>
+
+       Fix the generation of the man page.
+
+       * util/pc/i386/grub-install.in: Source
+       `${libdir}/grub/grub-mkconfig_lib' after options have been parsed.
+
 2009-11-11  Robert Millan  <rmh.grub@aybabtu.com>
 
        Large file support for grub-mkisofs.
index 8a06213cb7045fcbd668f92b10fb3cfabae96581..356e161e7309be602479c4746641acc7a84b1374 100644 (file)
@@ -31,9 +31,6 @@ target_cpu=@target_cpu@
 platform=@platform@
 pkglibdir=${libdir}/`echo ${PACKAGE_TARNAME}/${target_cpu}-${platform} | sed ${transform}`
 
-# for make_system_path_relative_to_its_root()
-. ${libdir}/grub/grub-mkconfig_lib
-
 grub_setup=${sbindir}/`echo grub-setup | sed ${transform}`
 if [ "${target_cpu}-${platform}" = "i386-pc" ] ; then
     grub_mkimage=${bindir}/`echo grub-mkimage | sed ${transform}`
@@ -144,6 +141,9 @@ for option in "$@"; do
     esac
 done
 
+# for make_system_path_relative_to_its_root()
+. ${libdir}/grub/grub-mkconfig_lib
+
 if test "x$install_device" = x; then
     echo "install_device not specified." 1>&2
     usage