Backport r15488: Try to ensure that the PostgreSQL cluster gets initialized with...
authordbs <dbs@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Wed, 10 Feb 2010 01:58:42 +0000 (01:58 +0000)
committerdbs <dbs@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Wed, 10 Feb 2010 01:58:42 +0000 (01:58 +0000)
git-svn-id: svn://svn.open-ils.org/ILS/branches/rel_1_6@15490 dcc99617-32d9-48b4-a31d-7c20da2025e4

Open-ILS/src/extras/Makefile.install

index c92b2f5..cb1667a 100644 (file)
@@ -303,17 +303,23 @@ debian_sys_config:
 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 @@ install_pgsql_client_debs_81:
 
 # 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: