a5bd9f6
From 42593e7230fad9f87732c1687cb5daff918f2fa1 Mon Sep 17 00:00:00 2001
a5bd9f6
From: Colin Watson <cjwatson@ubuntu.com>
a5bd9f6
Date: Wed, 26 Sep 2012 13:51:13 +0100
a5bd9f6
Subject: [PATCH 049/364] * Makefile.util.def (grub-mknetdir): Move to
a5bd9f6
 $prefix/bin. Reported by: Daniel Kahn Gillmor.  Fixes Debian bug #688799.
a5bd9f6
a5bd9f6
---
a5bd9f6
 ChangeLog         | 5 +++++
a5bd9f6
 Makefile.util.def | 4 ++--
a5bd9f6
 2 files changed, 7 insertions(+), 2 deletions(-)
a5bd9f6
a5bd9f6
diff --git a/ChangeLog b/ChangeLog
a5bd9f6
index c43f8a4..2658573 100644
a5bd9f6
--- a/ChangeLog
a5bd9f6
+++ b/ChangeLog
a5bd9f6
@@ -1,5 +1,10 @@
a5bd9f6
 2012-09-26  Colin Watson  <cjwatson@ubuntu.com>
a5bd9f6
 
a5bd9f6
+	* Makefile.util.def (grub-mknetdir): Move to $prefix/bin.
a5bd9f6
+	Reported by: Daniel Kahn Gillmor.  Fixes Debian bug #688799.
a5bd9f6
+
a5bd9f6
+2012-09-26  Colin Watson  <cjwatson@ubuntu.com>
a5bd9f6
+
a5bd9f6
 	* util/grub-mkconfig_lib.in (is_path_readable_by_grub): Redirect
a5bd9f6
 	errors from grub-probe to /dev/null, not stdout.
a5bd9f6
 
a5bd9f6
diff --git a/Makefile.util.def b/Makefile.util.def
a5bd9f6
index 72057cf..8324ede 100644
a5bd9f6
--- a/Makefile.util.def
a5bd9f6
+++ b/Makefile.util.def
a5bd9f6
@@ -487,8 +487,8 @@ script = {
a5bd9f6
 };
a5bd9f6
 
a5bd9f6
 script = {
a5bd9f6
-  mansection = 8;
a5bd9f6
-  installdir = sbin;
a5bd9f6
+  mansection = 1;
a5bd9f6
+  installdir = bin;
a5bd9f6
   name = grub-mknetdir;
a5bd9f6
 
a5bd9f6
   common = util/grub-mknetdir.in;
a5bd9f6
-- 
a5bd9f6
1.8.1.4
a5bd9f6