* Makefile.util.def (grub-mknetdir): Move to $prefix/bin.

Reported by: Daniel Kahn Gillmor.  Fixes Debian bug #688799.
This commit is contained in:
Colin Watson 2012-09-26 13:51:13 +01:00
parent 0d35da3f2b
commit 288c757d70
2 changed files with 7 additions and 2 deletions

View File

@ -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

View File

@ -487,8 +487,8 @@ script = {
};
script = {
mansection = 8;
installdir = sbin;
mansection = 1;
installdir = bin;
name = grub-mknetdir;
common = util/grub-mknetdir.in;