From: Chris Sharp Date: Mon, 28 Jan 2019 02:49:25 +0000 (-0500) Subject: Add repo, then install RPMs as normal. X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=60a8a5270a6e7967741943976baae134266a1b7f;p=working%2FEvergreen.git Add repo, then install RPMs as normal. --- diff --git a/Open-ILS/src/extras/install/Makefile.centos b/Open-ILS/src/extras/install/Makefile.centos index 52d82607df..0860bac0dd 100644 --- a/Open-ILS/src/extras/install/Makefile.centos +++ b/Open-ILS/src/extras/install/Makefile.centos @@ -5,10 +5,6 @@ DIR = $(dir $(lastword $(MAKEFILE_LIST))) PGSQL_COMMON_RPMS = \ gcc \ perl-Business-ISBN \ - perl-Library-CallNumber-LC \ - perl-MARC-Record \ - perl-MARC-XML \ - perl-UUID-Tiny \ perl-XML-LibXML \ perl-XML-LibXSLT @@ -111,7 +107,7 @@ TRANSLATOR_RPMS = \ python-lxml \ bzr -all: install_centos_rpms install_yaz_rpm +all: install_index_data_repo install_centos_rpms make -f $(DIR)/Makefile.common install_net_z3950_simpleserver make -f $(DIR)/Makefile.common install_cpan make -f $(DIR)/Makefile.common install_cpan_force @@ -133,11 +129,9 @@ install_translator: install_developer install_packager: install_developer install_translator yum -y install $(PACKAGER_RPMS) -install_yaz_rpm: +install_index_data_repo: rpm --import http://ftp.indexdata.com/pub/yum/centos/7/RPM-GPG-KEY-indexdata wget http://ftp.indexdata.com/pub/yum/centos/7/indexdata.repo -P /etc/yum.repos.d/ - yum -y update - yum -y install yaz clean: make -f $(DIR)/Makefile.common clean