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