Correcting another typo user/csharp/centos_6_makefile
authorChris Sharp <csharp@georgialibraries.org>
Fri, 20 Dec 2013 02:26:14 +0000 (21:26 -0500)
committerChris Sharp <csharp@georgialibraries.org>
Fri, 20 Dec 2013 02:26:14 +0000 (21:26 -0500)
Open-ILS/src/extras/install/Makefile.centos

index 0c2c541..136860e 100644 (file)
@@ -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)