From 65d8b777c0834cd3f2931b7c49254a7e943b06fc Mon Sep 17 00:00:00 2001 From: Ludovic Courtès Date: Sun, 10 Feb 2013 18:48:23 +0100 Subject: gnu: Add GNU GRUB. * gnu/packages/grub.scm, gnu/packages/patches/grub-gets-undeclared.patch: New files. * Makefile.am (MODULES): Add grub.scm. (dist_patch_DATA): Add grub-gets-undeclared.patch. --- Makefile.am | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 0ec1dc8a12..bd8a0e1993 100644 --- a/Makefile.am +++ b/Makefile.am @@ -81,6 +81,7 @@ MODULES = \ gnu/packages/gperf.scm \ gnu/packages/gprolog.scm \ gnu/packages/groff.scm \ + gnu/packages/grub.scm \ gnu/packages/gsasl.scm \ gnu/packages/guile.scm \ gnu/packages/help2man.scm \ @@ -171,6 +172,7 @@ dist_patch_DATA = \ gnu/packages/patches/glib-tests-timezone.patch \ gnu/packages/patches/glibc-bootstrap-system.patch \ gnu/packages/patches/glibc-no-ld-so-cache.patch \ + gnu/packages/patches/grub-gets-undeclared.patch \ gnu/packages/patches/guile-1.8-cpp-4.5.patch \ gnu/packages/patches/guile-default-utf8.patch \ gnu/packages/patches/guile-relocatable.patch \ -- cgit v1.2.3