From 25755b3ece8214b8b3dd7be44ed6b77de51a722a Mon Sep 17 00:00:00 2001 From: Dan Scott Date: Sun, 19 Jun 2011 23:41:40 -0400 Subject: [PATCH] Add extra Perl prereqs for TT OPAC to installer TT OPAC requires two more Perl modules: * Template::Plugin::POSIX * Locale::Maketext::Lexicon Debian Squeeze and Fedora 15 have the second packaged, but not the first. Signed-off-by: Dan Scott --- Open-ILS/src/extras/Makefile.install | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Open-ILS/src/extras/Makefile.install b/Open-ILS/src/extras/Makefile.install index 263989adca..b1ce7cbbe3 100644 --- a/Open-ILS/src/extras/Makefile.install +++ b/Open-ILS/src/extras/Makefile.install @@ -86,6 +86,7 @@ DEBS = \ libemail-send-perl\ libemail-simple-perl\ libgd-graph3d-perl\ + liblocale-maketext-lexicon-perl\ liblog-log4perl-perl\ libmarc-record-perl\ libncurses5-dev\ @@ -172,6 +173,7 @@ FEDORA_RPMS = \ perl-Email-Send \ perl-Email-Simple \ perl-GDGraph3d \ + perl-Locale-Maketext-Lexicon \ perl-Net-IP \ perl-Net-SSH2 \ perl-OLE-Storage_Lite \ @@ -229,7 +231,8 @@ CPAN_MODULES = \ Business::EDI \ Library::CallNumber::LC \ Net::Z3950::Simple2ZOOM \ - SRU + SRU \ + Template::Plugin::POSIX # More chronically unpackaged CPAN modules (available in Squeeze though) CPAN_MODULES_MORE = \ -- 2.11.0