From: Chris Sharp Date: Wed, 27 May 2020 18:25:59 +0000 (-0400) Subject: typo fix X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=cf978a33342bb42bdf272ad05f6e37f7c0e93f3d;p=working%2FEvergreen.git typo fix Signed-off-by: Chris Sharp --- diff --git a/Open-ILS/src/extras/install/Makefile.centos b/Open-ILS/src/extras/install/Makefile.centos index cf49ca191d..5aa25e138c 100644 --- a/Open-ILS/src/extras/install/Makefile.centos +++ b/Open-ILS/src/extras/install/Makefile.centos @@ -50,7 +50,7 @@ export CPAN_MODULES = \ Business::OnlinePayment \ Business::OnlinePayment::AuthorizeNet \ Business::OnlinePayment::PayflowPro \ - Business::OnlinePayment::PayPal + Business::OnlinePayment::PayPal \ Business::Stripe \ Email::Send \ GD::Graph3d \ diff --git a/Open-ILS/src/extras/install/Makefile.rhel b/Open-ILS/src/extras/install/Makefile.rhel index 626bd19a7d..9489195940 100644 --- a/Open-ILS/src/extras/install/Makefile.rhel +++ b/Open-ILS/src/extras/install/Makefile.rhel @@ -52,7 +52,7 @@ export CPAN_MODULES = \ Business::OnlinePayment \ Business::OnlinePayment::AuthorizeNet \ Business::OnlinePayment::PayflowPro \ - Business::OnlinePayment::PayPal + Business::OnlinePayment::PayPal \ Business::Stripe \ Email::Send \ GD::Graph3d \