From 182b0a619260a2b2d684ccd9c164c5a490373bbc Mon Sep 17 00:00:00 2001 From: Chris Sharp Date: Thu, 19 Dec 2013 21:18:13 -0500 Subject: [PATCH] Correcting syntax --- Open-ILS/src/extras/install/Makefile.centos | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Open-ILS/src/extras/install/Makefile.centos b/Open-ILS/src/extras/install/Makefile.centos index 15c05b713e..455c60b7f5 100644 --- a/Open-ILS/src/extras/install/Makefile.centos +++ b/Open-ILS/src/extras/install/Makefile.centos @@ -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 \ -- 2.11.0