]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
* Makefile.util.def (grub-mknetdir): Move to $prefix/bin.
authorColin Watson <cjwatson@ubuntu.com>
Wed, 26 Sep 2012 12:51:13 +0000 (13:51 +0100)
committerColin Watson <cjwatson@ubuntu.com>
Wed, 26 Sep 2012 12:51:13 +0000 (13:51 +0100)
Reported by: Daniel Kahn Gillmor.  Fixes Debian bug #688799.

ChangeLog
Makefile.util.def

index c43f8a47939534a337fadcbe41a7f9d32464f0f9..26585736203d4221bc573c7aa909bc028805cbc1 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2012-09-26  Colin Watson  <cjwatson@ubuntu.com>
+
+       * Makefile.util.def (grub-mknetdir): Move to $prefix/bin.
+       Reported by: Daniel Kahn Gillmor.  Fixes Debian bug #688799.
+
 2012-09-26  Colin Watson  <cjwatson@ubuntu.com>
 
        * util/grub-mkconfig_lib.in (is_path_readable_by_grub): Redirect
index 72057cf5a12c0807d662baa51b31045fe61dec6f..8324ede972f794b7b606ce1cd643c504eafc13b5 100644 (file)
@@ -487,8 +487,8 @@ script = {
 };
 
 script = {
-  mansection = 8;
-  installdir = sbin;
+  mansection = 1;
+  installdir = bin;
   name = grub-mknetdir;
 
   common = util/grub-mknetdir.in;