From: Jason Stephenson Date: Thu, 10 Jul 2014 20:10:36 +0000 (-0400) Subject: Force the installation of Business::Stripe on Ubuntu Trusty. X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=f2bcfbf40b272c125f326bf18b5f458536f2730d;p=evergreen%2Fpines.git Force the installation of Business::Stripe on Ubuntu Trusty. Apparently the required force was missed in the Makefile. Signed-off-by: Jason Stephenson --- diff --git a/Open-ILS/src/extras/install/Makefile.ubuntu-trusty b/Open-ILS/src/extras/install/Makefile.ubuntu-trusty index aa46dbf6d9..5050991f36 100644 --- a/Open-ILS/src/extras/install/Makefile.ubuntu-trusty +++ b/Open-ILS/src/extras/install/Makefile.ubuntu-trusty @@ -76,10 +76,10 @@ export DEB_APACHE_DISMODS = \ export CPAN_MODULES = \ Business::CreditCard::Object \ Business::OnlinePayment::PayPal \ - Business::Stripe \ Safe export CPAN_MODULES_FORCE = \ + Business::Stripe \ Class::DBI::Frozen::301 PGSQL_SERVER_DEBS_93 = \