updating CentOS 6 to 7, experimenting with targets
authorChris Sharp <csharp@georgialibraries.org>
Tue, 23 May 2017 18:16:48 +0000 (14:16 -0400)
committerChris Sharp <csharp@georgialibraries.org>
Tue, 23 May 2017 18:16:48 +0000 (14:16 -0400)
src/extras/Makefile.install

index 0bac09d..881bf7d 100644 (file)
@@ -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