From: Dan Scott Date: Thu, 9 Jan 2014 17:19:38 +0000 (-0500) Subject: Fedora needs Locale::Maketext::Lexicon too X-Git-Tag: sprint4-merge-nov22~2448 X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=38fcad90924639560e8433de831a45bdb796df1c;p=working%2FEvergreen.git Fedora needs Locale::Maketext::Lexicon too Per commit 66c45b647, install Locale::Maketext::Lexicon on Fedora to satisfy that dependency. How did _this_ one slip by so long! Thank heavens for tests. Signed-off-by: Dan Scott Signed-off-by: Chris Sharp --- diff --git a/Open-ILS/src/extras/install/Makefile.fedora b/Open-ILS/src/extras/install/Makefile.fedora index 2a40209a38..eb90773357 100644 --- a/Open-ILS/src/extras/install/Makefile.fedora +++ b/Open-ILS/src/extras/install/Makefile.fedora @@ -36,6 +36,7 @@ FEDORA_RPMS = \ perl-LDAP \ perl-Library-CallNumber-LC \ perl-Locale-Codes \ + perl-Locale-Maketext-Lexicon \ perl-MARC-Charset \ perl-MARC-Record \ perl-MARC-XML \