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:
2404203
)
Correcting a typo.
author
Chris Sharp
<csharp@georgialibraries.org>
Thu, 12 Dec 2013 01:22:06 +0000
(20:22 -0500)
committer
Chris Sharp
<csharp@georgialibraries.org>
Thu, 12 Dec 2013 01:22:06 +0000
(20:22 -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
1aea68c
..
bd6b73c
100644
(file)
--- a/
src/extras/Makefile.install
+++ b/
src/extras/Makefile.install
@@
-232,7
+232,7
@@
install_extra_debs_precise:
# CentOS
install_epel:
if [ $$(uname -r | grep el6) ]; then \
- wget http://dl.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-8.noarch.rpm
+ wget http://dl.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-8.noarch.rpm
;
rpm -Uvh epel-release-6-8.noarch.rpm;
fi