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>
$(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
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