From 38fcad90924639560e8433de831a45bdb796df1c Mon Sep 17 00:00:00 2001 From: Dan Scott Date: Thu, 9 Jan 2014 12:19:38 -0500 Subject: [PATCH] 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 --- Open-ILS/src/extras/install/Makefile.fedora | 1 + 1 file changed, 1 insertion(+) 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 \ -- 2.43.2