diff options
author | Ludovic Courtès <ludo@gnu.org> | 2015-11-24 13:15:38 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2015-11-24 13:15:38 +0100 |
commit | 5ca2b3c2454d0878ad6a883c220585ac50888555 (patch) | |
tree | ee56b0524feb4d819a527cff00819e5914f0703f | |
parent | 38b92daa81d6c5eca77ae0cc3d454da46a64b48a (diff) |
build: Add rsem patch to the distribution.
This file was added in commit 66e3eff1.
* gnu-system.am (dist_patch_DATA): Add rsem-makefile.patch.
-rw-r--r-- | gnu-system.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu-system.am b/gnu-system.am index 2bd340a6ed..61dfced1be 100644 --- a/gnu-system.am +++ b/gnu-system.am @@ -675,6 +675,7 @@ dist_patch_DATA = \ gnu/packages/patches/ratpoison-shell.patch \ gnu/packages/patches/readline-link-ncurses.patch \ gnu/packages/patches/ripperx-missing-file.patch \ + gnu/packages/patches/rsem-makefile.patch \ gnu/packages/patches/sed-hurd-path-max.patch \ gnu/packages/patches/scheme48-tests.patch \ gnu/packages/patches/scotch-test-threading.patch \ |