From 7ec824d70cc0171e6f23cc530c9b84ac6c2d03bf Mon Sep 17 00:00:00 2001 From: Lebbeous Fogle-Weekley Date: Mon, 18 Feb 2013 11:07:23 -0500 Subject: [PATCH] Add Rose::URI prerequisite for Ubuntu systems The Ubuntu parts of Makefile.install don't use the same list of CPAN packages to install since for Ubuntu there are more distro packages available than for Debian. Spotted by Ben Shum. Signed-off-by: Lebbeous Fogle-Weekley Signed-off-by: Ben Shum --- Open-ILS/src/extras/Makefile.install | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Open-ILS/src/extras/Makefile.install b/Open-ILS/src/extras/Makefile.install index 344d417579..ef7679144d 100644 --- a/Open-ILS/src/extras/Makefile.install +++ b/Open-ILS/src/extras/Makefile.install @@ -249,7 +249,8 @@ CPAN_MODULES_FORCE = \ # Lucid Lynx needs the following additional CPAN modules. CPAN_MODULES_LUCID = \ - RPC::XML::Function + RPC::XML::Function \ + Rose::URI # Precise Pangolin needs the following CPAN modules. All others are # avaialalbe as debs. @@ -257,7 +258,8 @@ CPAN_MODULES_PRECISE = \ Business::CreditCard::Object \ Business::OnlinePayment::PayPal \ Template::Plugin::POSIX \ - RPC::XML::Function + RPC::XML::Function \ + Rose::URI # ---------------------------------------------------------------------------- -- 2.43.2