From: Dan Scott Date: Wed, 4 Jan 2012 04:26:58 +0000 (-0500) Subject: Add perl-Locale-Codes to Fedora prereq installer X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=2f3dc75e33dfd4c95c4f37cf511c27dd8d4bdb44;p=Evergreen.git Add perl-Locale-Codes to Fedora prereq installer Locale::Country isn't bundled in Fedora's core Perl modules so add it to the RPM list. Signed-off-by: Dan Scott Signed-off-by: Mike Rylander --- diff --git a/Open-ILS/src/extras/Makefile.install b/Open-ILS/src/extras/Makefile.install index 2afc7732a2..a93e0b7eb3 100644 --- a/Open-ILS/src/extras/Makefile.install +++ b/Open-ILS/src/extras/Makefile.install @@ -189,6 +189,7 @@ FEDORA_RPMS = \ perl-Email-Simple \ perl-GDGraph3d \ perl-JSON-XS \ + perl-Locale-Codes \ perl-Net-IP \ perl-Net-SSH2 \ perl-OLE-Storage_Lite \