---
 ChangeLog         |    4 ++++
 Makefile.util.def |   20 ++++++++++----------
 2 files changed, 14 insertions(+), 10 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index fb6b19b..e9d0903 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2010-09-10  Yves Blusseau  <bluss...@zetam.org>
+
+       * Makefile.util.def: Put the generated scripts nearby sources
+
 2010-09-10  Robert Millan  <r...@gnu.org>
 
        * util/grub.d/10_kfreebsd.in: Fix ${kfreebsd_device} initialization
diff --git a/Makefile.util.def b/Makefile.util.def
index 5ef33c5..fcd749c 100644
--- a/Makefile.util.def
+++ b/Makefile.util.def
@@ -264,67 +264,67 @@ data = {
 };
 
 script = {
-  name = '00_header';
+  name = 'util/grub.d/00_header';
   common = util/grub.d/00_header.in;
   installdir = grubconf;
 };
 
 script = {
-  name = '10_windows';
+  name = 'util/grub.d/10_windows';
   common = util/grub.d/10_windows.in;
   installdir = grubconf;
   condition = COND_HOST_WINDOWS;
 };
 
 script = {
-  name = '10_hurd';
+  name = 'util/grub.d/10_hurd';
   common = util/grub.d/10_hurd.in;
   installdir = grubconf;
   condition = COND_HOST_HURD;
 };
 
 script = {
-  name = '10_kfreebsd';
+  name = 'util/grub.d/10_kfreebsd';
   common = util/grub.d/10_kfreebsd.in;
   installdir = grubconf;
   condition = COND_HOST_KFREEBSD;
 };
 
 script = {
-  name = '10_netbsd';
+  name = 'util/grub.d/10_netbsd';
   common = util/grub.d/10_netbsd.in;
   installdir = grubconf;
   condition = COND_HOST_NETBSD;
 };
 
 script = {
-  name = '10_linux';
+  name = 'util/grub.d/10_linux';
   common = util/grub.d/10_linux.in;
   installdir = grubconf;
   condition = COND_HOST_LINUX;
 };
 
 script = {
-  name = '20_linux_xen';
+  name = 'util/grub.d/20_linux_xen';
   common = util/grub.d/20_linux_xen.in;
   installdir = grubconf;
   condition = COND_HOST_LINUX;
 };
 
 script = {
-  name = '30_os-prober';
+  name = 'util/grub.d/30_os-prober';
   common = util/grub.d/30_os-prober.in;
   installdir = grubconf;
 };
 
 script = {
-  name = '40_custom';
+  name = 'util/grub.d/40_custom';
   common = util/grub.d/40_custom.in;
   installdir = grubconf;
 };
 
 script = {
-  name = '41_custom';
+  name = 'util/grub.d/41_custom';
   common = util/grub.d/41_custom.in;
   installdir = grubconf;
 };
_______________________________________________
Grub-devel mailing list
Grub-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/grub-devel

Reply via email to