Further corrections. :-/
authorChris Sharp <csharp@georgialibraries.org>
Thu, 12 Dec 2013 01:24:04 +0000 (20:24 -0500)
committerChris Sharp <csharp@georgialibraries.org>
Thu, 12 Dec 2013 01:24:04 +0000 (20:24 -0500)
Signed-off-by: Chris Sharp <csharp@georgialibraries.org>
src/extras/Makefile.install

index bd6b73c..98de81e 100644 (file)
@@ -231,7 +231,7 @@ install_extra_debs_precise:
 
 # CentOS
 install_epel:
-       if [ $$(uname -r | grep el6) ]; then \
+       if [ "$$(uname -r | grep el6)" ]; then \
                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