From 519d61c2f9de55c6771c3817afed54493cd128b0 Mon Sep 17 00:00:00 2001 From: Chris Sharp Date: Tue, 23 May 2017 14:16:48 -0400 Subject: [PATCH] updating CentOS 6 to 7, experimenting with targets --- src/extras/Makefile.install | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/extras/Makefile.install b/src/extras/Makefile.install index 0bac09d..881bf7d 100644 --- a/src/extras/Makefile.install +++ b/src/extras/Makefile.install @@ -32,8 +32,10 @@ LBITS=$(shell getconf LONG_BIT) APT_TOOL=apt-get -yq +CENTOS_VERSION="7" + # CentOS needs the EPEL repository -EPEL_HOST=http://dl.fedoraproject.org/pub/epel/6/x86_64 +EPEL_HOST=http://dl.fedoraproject.org/pub/epel/${CENTOS_VERSION}/x86_64 EPEL_PKG=epel-release-6-8.noarch.rpm # Debian dependencies @@ -192,7 +194,7 @@ wheezy: install_extra_debs_wheezy debian_sys_config generic_debian: install_debs fedora: install_rpms -centos: install_epel install_rpms +centos: install_rpms ubuntu-trusty: generic_ubuntu trusty apache_mpm_prefork_mods ubuntu-xenial: generic_ubuntu xenial apache_mpm_prefork_mods apache_perl_mod -- 2.11.0