[open-ils-commits] r19353 - trunk/Open-ILS/src/extras (senator)
svn at svn.open-ils.org
svn at svn.open-ils.org
Tue Feb 1 16:22:46 EST 2011
Author: senator
Date: 2011-02-01 16:22:40 -0500 (Tue, 01 Feb 2011)
New Revision: 19353
Modified:
trunk/Open-ILS/src/extras/Makefile.install
Log:
This should get this correct version of postgresql installed for clean
installations on debian-lenny, *if* your system has the backports repo enabled.
Modified: trunk/Open-ILS/src/extras/Makefile.install
===================================================================
--- trunk/Open-ILS/src/extras/Makefile.install 2011-02-01 21:16:37 UTC (rev 19352)
+++ trunk/Open-ILS/src/extras/Makefile.install 2011-02-01 21:22:40 UTC (rev 19353)
@@ -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