Correcting syntax
authorChris Sharp <csharp@georgialibraries.org>
Fri, 20 Dec 2013 02:18:13 +0000 (21:18 -0500)
committerChris Sharp <csharp@georgialibraries.org>
Fri, 20 Dec 2013 02:18:13 +0000 (21:18 -0500)
Open-ILS/src/extras/install/Makefile.centos

index 15c05b7..455c60b 100644 (file)
@@ -8,9 +8,9 @@ CENTOS=$(shell uname -r | grep "\.el[0-9]\.")
 CENTOS_64=$(shell uname -r | grep "\.el[0-9]\.x86_64")
 
 # Postgres RPM Repos
-PGSQL_64_REPO_URL="http://yum.postgresql.org/9.1/redhat/rhel-6-x86_64"
-PGSQL_REPO_URL="http://yum.postgresql.org/9.1/redhat/rhel-6-i386"
-PGSQL_REPO_RPM="pgdg-centos91-9.1-4.noarch.rpm"
+PGSQL_64_REPO_URL=http://yum.postgresql.org/9.1/redhat/rhel-6-x86_64
+PGSQL_REPO_URL=http://yum.postgresql.org/9.1/redhat/rhel-6-i386
+PGSQL_REPO_RPM=pgdg-centos91-9.1-4.noarch.rpm
 
 CENTOS_RPMS = \
        aspell \