From: Chris Sharp Date: Mon, 8 Feb 2016 18:18:34 +0000 (-0500) Subject: EPEL is now installable via the standard CentOS repos. X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=65cfd7ca790675a2bf87209fbeae90e1c2f10bc4;p=working%2FOpenSRF.git EPEL is now installable via the standard CentOS repos. Signed-off-by: Chris Sharp --- diff --git a/src/extras/Makefile.install b/src/extras/Makefile.install index 4faed1a..357243f 100644 --- a/src/extras/Makefile.install +++ b/src/extras/Makefile.install @@ -34,10 +34,6 @@ LBITS=$(shell getconf LONG_BIT) APT_TOOL=apt-get -yq -# CentOS needs the EPEL repository -EPEL_HOST=http://dl.fedoraproject.org/pub/epel/6/x86_64 -EPEL_PKG=epel-release-6-8.noarch.rpm - # Debian dependencies DEBS = \ autoconf\ @@ -253,4 +249,13 @@ apache_mpm_prefork_mods: apache_perl_mod: a2enmod perl +# CentOS +install_epel: + yum -y install epel-release + yum update -y + +# Fedora/CentOS +install_rpms: + yum -y install $(RPMS) + # vim:noet:sw=4:ts=4: