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-27 20:55:38 +0100 |
commit | ab744c1af5668b1fa1b0688614aa9c12813f4921 (patch) | |
tree | 87c5547788ae1e4ca4d5a75ab7e8e9d762abb4ab /Makefile.am | |
parent | 922f11ad226810f64e663790fc5b366939c8b546 (diff) | |
download | patches-ab744c1af5668b1fa1b0688614aa9c12813f4921.tar patches-ab744c1af5668b1fa1b0688614aa9c12813f4921.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 \ |