From 65cfd7ca790675a2bf87209fbeae90e1c2f10bc4 Mon Sep 17 00:00:00 2001 From: Chris Sharp Date: Mon, 8 Feb 2016 13:18:34 -0500 Subject: [PATCH] EPEL is now installable via the standard CentOS repos. Signed-off-by: Chris Sharp --- src/extras/Makefile.install | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) 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: -- 2.11.0