From: Chris Sharp Date: Fri, 20 Dec 2013 02:18:13 +0000 (-0500) Subject: Correcting syntax X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=182b0a619260a2b2d684ccd9c164c5a490373bbc;p=working%2FEvergreen.git Correcting syntax --- 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 \