diff options
author | Ludovic Courtès <ludo@gnu.org> | 2013-02-10 18:48:23 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2013-02-10 18:48:23 +0100 |
commit | 65d8b777c0834cd3f2931b7c49254a7e943b06fc (patch) | |
tree | 8e11300ab8f4dab2a4a94d1ce379b75c3f5ae3dc /Makefile.am | |
parent | 72b9eebf686381fae5b20652863108d3d8e5a743 (diff) |
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.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
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 \ |