diff options
author | Ludovic Courtès <ludo@gnu.org> | 2012-08-22 15:51:17 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2012-08-22 15:51:17 +0200 |
commit | af5521ca019a81d1efc4428cec242bb4f9d77a05 (patch) | |
tree | e30009b9049c65e7dc35a8f0371ee4e014d3f372 /Makefile.am | |
parent | 6794b278ce673e5270c12e642449257f13da4eea (diff) | |
download | guix-af5521ca019a81d1efc4428cec242bb4f9d77a05.tar.gz |
distro: Add GNU Findutils.
* distro/base.scm (findutils): New variable. * distro/findutils-absolute-paths.patch: New file. * Makefile.am (nobase_dist_guilemodule_DATA): Add it.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index a18695c009..0c05160e95 100644 --- a/Makefile.am +++ b/Makefile.am @@ -41,6 +41,7 @@ nobase_dist_guilemodule_DATA = \ distro/m4-readlink-EINVAL.patch \ distro/m4-s_isdir.patch \ distro/make-impure-dirs.patch \ + distro/findutils-absolute-paths.patch \ distro/readline-link-ncurses.patch nobase_nodist_guilemodule_DATA = $(GOBJECTS) |