From: senator Date: Tue, 1 Feb 2011 21:23:29 +0000 (+0000) Subject: Backport r19353 from trunk X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=e2805734273462f4043f4f716065cdb04da93325;p=evergreen%2Fjoelewis.git 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. git-svn-id: svn://svn.open-ils.org/ILS/branches/rel_2_0@19354 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- diff --git a/Open-ILS/src/extras/Makefile.install b/Open-ILS/src/extras/Makefile.install index 0157373b15..c17bfe6642 100644 --- a/Open-ILS/src/extras/Makefile.install +++ b/Open-ILS/src/extras/Makefile.install @@ -209,10 +209,10 @@ PGSQL_CLIENT_DEBS_83 = \ 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