nalika / rpms / grub2

Forked from rpms/grub2 2 years ago
Clone

Blame SOURCES/0049-Makefile.util.def-grub-mknetdir-Move-to-prefix-bin.patch

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