From fcbbd77abf70ca7cb0b9b1cfc254580540ebf0d0 Mon Sep 17 00:00:00 2001 From: Chris Sharp Date: Thu, 19 Dec 2013 21:19:47 -0500 Subject: [PATCH] Correcting typo --- Open-ILS/src/extras/install/Makefile.centos | 1 + 1 file changed, 1 insertion(+) diff --git a/Open-ILS/src/extras/install/Makefile.centos b/Open-ILS/src/extras/install/Makefile.centos index 455c60b7f5..bb9bb88534 100644 --- a/Open-ILS/src/extras/install/Makefile.centos +++ b/Open-ILS/src/extras/install/Makefile.centos @@ -94,6 +94,7 @@ add_pgsql_repo: wget $(PGSQL_64_REPO_URL)/$(PGSQL_REPO_RPM) ; \ else \ wget $(PGSQL_REPO_URL)/$(PGSQL_REPO_RPM) ; \ + fi ; \ rpm -ivh $(PGSQL_REPO_RPM) install_postgres_server: -- 2.11.0