Update PGSQL 9.1 server install for Debian/Ubuntu.
authorJason Stephenson <jstephenson@mvlc.org>
Wed, 11 Jan 2012 20:09:11 +0000 (15:09 -0500)
committerDan Scott <dscott@laurentian.ca>
Sun, 4 Mar 2012 05:41:18 +0000 (00:41 -0500)
Use install_pgsql_server_backport_debs_91 on Debian.

Use install_pgsql_server_debs_91 on Ubuntu.

Update the README to reflect this.

Signed-off-by: Jason Stephenson <jstephenson@mvlc.org>
Signed-off-by: Dan Scott <dscott@laurentian.ca>

Open-ILS/src/extras/Makefile.install
README

index 1512c23..6c7abe7 100644 (file)
@@ -504,6 +504,9 @@ install_pgsql_client_debs_91:
        $(APT_TOOL) install $(PGSQL_CLIENT_DEBS_91)
 
 install_pgsql_server_debs_91:
+       $(APT_TOOL) install $(PGSQL_SERVER_DEBS_91)
+
+install_pgsql_server_backport_debs_91:
        $(APT_BACKPORT_TOOL) install $(PGSQL_SERVER_DEBS_91)
 
 # Install the debian-specific dependencies for more modern distros
diff --git a/README b/README
index be46619..4c8b88f 100644 (file)
--- a/README
+++ b/README
@@ -317,7 +317,13 @@ dedicated machine. You can install the packages required by Debian or Ubuntu
 on the machine of your choice using the following commands as the *root*
 Linux account:
 
-.(Debian / Ubuntu) Installing PostgreSQL 9.1 server packages
+.(Debian) Installing PostgreSQL 9.1 server packages
+[source, bash]
+------------------------------------------------------------------------------
+make -f Open-ILS/src/extras/Makefile.install install_pgsql_server_backport_debs_91
+------------------------------------------------------------------------------
+
+.(Ubuntu) Installing PostgreSQL 9.1 server packages
 [source, bash]
 ------------------------------------------------------------------------------
 make -f Open-ILS/src/extras/Makefile.install install_pgsql_server_debs_91