projects
/
working
/
OpenSRF.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d40fc34
)
EPEL is now installable via the standard CentOS repos.
author
Chris Sharp
<csharp@georgialibraries.org>
Mon, 8 Feb 2016 18:18:34 +0000
(13:18 -0500)
committer
Chris Sharp
<csharp@georgialibraries.org>
Sun, 27 Jan 2019 20:13:39 +0000
(15:13 -0500)
Signed-off-by: Chris Sharp <csharp@georgialibraries.org>
src/extras/Makefile.install
patch
|
blob
|
history
diff --git
a/src/extras/Makefile.install
b/src/extras/Makefile.install
index
4faed1a
..
357243f
100644
(file)
--- 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: