From: Chris Sharp Date: Fri, 20 Dec 2013 02:26:14 +0000 (-0500) Subject: Correcting another typo X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=e08e4cf7df2c4e5740b2c1c86d10de94db74f0cf;p=working%2FEvergreen.git Correcting another typo --- diff --git a/Open-ILS/src/extras/install/Makefile.centos b/Open-ILS/src/extras/install/Makefile.centos index 0c2c5410d9..136860e90c 100644 --- a/Open-ILS/src/extras/install/Makefile.centos +++ b/Open-ILS/src/extras/install/Makefile.centos @@ -96,7 +96,7 @@ add_pgsql_repo: else \ wget $(PGSQL_REPO_URL)/$(PGSQL_REPO_RPM) ; \ fi ; \ - rpm -ivh $(PGSQL_REPO_RPM) \ + rpm -ivh $(PGSQL_REPO_RPM) ; \ fi ; install_postgres_server: yum -y install $(PGSQL_CENTOS_RPMS)