From e08e4cf7df2c4e5740b2c1c86d10de94db74f0cf Mon Sep 17 00:00:00 2001 From: Chris Sharp Date: Thu, 19 Dec 2013 21:26:14 -0500 Subject: [PATCH] Correcting another typo --- Open-ILS/src/extras/install/Makefile.centos | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.11.0