[open-ils-commits] [GIT] Evergreen ILS branch master updated. 96f23b77b3ebbcef9a2c52f23abb9ced1e0b1d88

Evergreen Git git at git.evergreen-ils.org
Tue Sep 17 16:16:22 EDT 2013


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Evergreen ILS".

The branch, master has been updated
       via  96f23b77b3ebbcef9a2c52f23abb9ced1e0b1d88 (commit)
      from  0165ac323f6257c3bd77eb1a7b3a36930d39c2de (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 96f23b77b3ebbcef9a2c52f23abb9ced1e0b1d88
Author: Chris Sharp <csharp at georgialibraries.org>
Date:   Tue Sep 17 13:55:29 2013 -0400

    Fix typo in Makefile.ubuntu-precise.
    
    Makefile.ubuntu precise was lacking a "install_postgres_server"
    target.  This updates that file.
    
    Signed-off-by: Chris Sharp <csharp at georgialibraries.org>
    Signed-off-by: Ben Shum <bshum at biblio.org>

diff --git a/Open-ILS/src/extras/install/Makefile.ubuntu-precise b/Open-ILS/src/extras/install/Makefile.ubuntu-precise
index 72a23af..24b9b44 100644
--- a/Open-ILS/src/extras/install/Makefile.ubuntu-precise
+++ b/Open-ILS/src/extras/install/Makefile.ubuntu-precise
@@ -93,7 +93,7 @@ all:
 	make -f $(DIR)/Makefile.debian install_js_sm
 	make -f $(DIR)/Makefile.debian debian_sys_config
 
-install_pgsql_server_debs_91:
+install_postgres_server:
 	make -f $(DIR)/Makefile.debian DEBS="$(PGSQL_SERVER_DEBS_91)"
 
 clean:

-----------------------------------------------------------------------

Summary of changes:
 .../src/extras/install/Makefile.ubuntu-precise     |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list