[open-ils-commits] r19354 - branches/rel_2_0/Open-ILS/src/extras (senator)

svn at svn.open-ils.org svn at svn.open-ils.org
Tue Feb 1 16:23:34 EST 2011


Author: senator
Date: 2011-02-01 16:23:29 -0500 (Tue, 01 Feb 2011)
New Revision: 19354

Modified:
   branches/rel_2_0/Open-ILS/src/extras/Makefile.install
Log:
Backport r19353 from trunk

This should get this correct version of postgresql installed for clean
installations on debian-lenny, *if* your system has the backports repo enabled.



Modified: branches/rel_2_0/Open-ILS/src/extras/Makefile.install
===================================================================
--- branches/rel_2_0/Open-ILS/src/extras/Makefile.install	2011-02-01 21:22:40 UTC (rev 19353)
+++ branches/rel_2_0/Open-ILS/src/extras/Makefile.install	2011-02-01 21:23:29 UTC (rev 19354)
@@ -209,10 +209,10 @@
 	postgresql-client
 
 PGSQL_CLIENT_DEBS_84 = \
-	postgresql-client
+	postgresql-client-8.4
 
 PGSQL_SERVER_DEBS_84 = \
-	postgresql \
+	postgresql-8.4 \
 	postgresql-contrib-8.4 \
 	postgresql-plperl-8.4 \
 	postgresql-server-dev-8.4



More information about the open-ils-commits mailing list