diff options
author | Ludovic Courtès <ludo@gnu.org> | 2013-02-13 16:09:29 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2013-02-14 01:12:24 +0100 |
commit | 250b0404d7bc6bb6b911d58585df41e876ee42de (patch) | |
tree | 563f0aa7fdbabe89653016db8002fbb79349169d /Makefile.am | |
parent | 8c3c896dbebe022f5372dffaee9ad3f00c71180f (diff) | |
download | guix-250b0404d7bc6bb6b911d58585df41e876ee42de.tar guix-250b0404d7bc6bb6b911d58585df41e876ee42de.tar.gz |
gnu: Add missing patch for mcron.
* gnu/packages/patches/mcron-install.patch: New file.
* Makefile.am (dist_patch_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 e44753d596..7b0613d27b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -196,6 +196,7 @@ dist_patch_DATA = \ gnu/packages/patches/m4-readlink-EINVAL.patch \ gnu/packages/patches/m4-s_isdir.patch \ gnu/packages/patches/make-impure-dirs.patch \ + gnu/packages/patches/mcron-install.patch \ gnu/packages/patches/perl-no-sys-dirs.patch \ gnu/packages/patches/procps-make-3.82.patch \ gnu/packages/patches/readline-link-ncurses.patch \ |