[open-ils-commits] r15490 - branches/rel_1_6/Open-ILS/src/extras (dbs)
svn at svn.open-ils.org
svn at svn.open-ils.org
Tue Feb 9 20:58:44 EST 2010
Author: dbs
Date: 2010-02-09 20:58:42 -0500 (Tue, 09 Feb 2010)
New Revision: 15490
Modified:
branches/rel_1_6/Open-ILS/src/extras/Makefile.install
Log:
Backport r15488: Try to ensure that the PostgreSQL cluster gets initialized with a C locale
Modified: branches/rel_1_6/Open-ILS/src/extras/Makefile.install
===================================================================
--- branches/rel_1_6/Open-ILS/src/extras/Makefile.install 2010-02-10 01:57:58 UTC (rev 15489)
+++ branches/rel_1_6/Open-ILS/src/extras/Makefile.install 2010-02-10 01:58:42 UTC (rev 15490)
@@ -303,17 +303,23 @@
install_debs:
$(APT_TOOL) install $(DEBS)
+install_pgsql_client_debs_84:
+ $(APT_TOOL) install $(PGSQL_CLIENT_DEBS_84)
+
+install_pgsql_server_debs_84:
+ LANG=C $(APT_TOOL) install $(PGSQL_SERVER_DEBS_84)
+
install_pgsql_client_debs_83:
$(APT_TOOL) install $(PGSQL_CLIENT_DEBS_83)
install_pgsql_server_debs_83:
- $(APT_TOOL) install $(PGSQL_SERVER_DEBS_83)
+ LANG=C $(APT_TOOL) install $(PGSQL_SERVER_DEBS_83)
install_pgsql_client_debs_82:
$(APT_TOOL) install $(PGSQL_CLIENT_DEBS_82)
install_pgsql_server_debs_82:
- $(APT_TOOL) install $(PGSQL_SERVER_DEBS_82)
+ LANG=C $(APT_TOOL) install $(PGSQL_SERVER_DEBS_82)
# Etch requires an explicit version to avoid PostgreSQL 7.4
install_pgsql_client_debs_81:
@@ -321,7 +327,7 @@
# Etch requires an explicit version to avoid PostgreSQL 7.4
install_pgsql_server_debs_81:
- $(APT_TOOL) install $(PGSQL_SERVER_DEBS_81)
+ LANG=C $(APT_TOOL) install $(PGSQL_SERVER_DEBS_81)
# Install the debian-specific dependencies for more modern distros
install_extra_debs:
More information about the open-ils-commits
mailing list