diff options
author | Nikita Karetnikov <nikita.karetnikov@gmail.com> | 2012-11-25 22:45:42 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2012-11-25 22:45:55 +0100 |
commit | 501b16750ae66d28d418d3d4741060ddad1b0fe0 (patch) | |
tree | 89034465b108333a76c74d60e2af4c7eac4734f1 /Makefile.am | |
parent | b147f59f41fdd6c3bc88a413b7ef2e0f3d39b19a (diff) | |
download | gnu-guix-501b16750ae66d28d418d3d4741060ddad1b0fe0.tar gnu-guix-501b16750ae66d28d418d3d4741060ddad1b0fe0.tar.gz |
distro: Add GNU Cpio.
* distro/packages/cpio.scm,
distro/packages/patches/cpio-gets-undeclared.patch: New files.
* Makefile.am (MODULES): Add 'cpio.scm'.
(dist_patch_DATA): Add 'cpio-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 6abc69ebab..b57e7db16a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -48,6 +48,7 @@ MODULES = \ distro/packages/bison.scm \ distro/packages/bootstrap.scm \ distro/packages/compression.scm \ + distro/packages/cpio.scm \ distro/packages/ddrescue.scm \ distro/packages/ed.scm \ distro/packages/flex.scm \ @@ -92,6 +93,7 @@ nobase_dist_guilemodule_DATA = $(MODULES) patchdir = $(guilemoduledir)/distro/packages/patches dist_patch_DATA = \ distro/packages/patches/binutils-ld-new-dtags.patch \ + distro/packages/patches/cpio-gets-undeclared.patch \ distro/packages/patches/diffutils-gets-undeclared.patch \ distro/packages/patches/flex-bison-tests.patch \ distro/packages/patches/gettext-gets-undeclared.patch \ |