From: Dan Scott Date: Tue, 29 Nov 2011 02:27:07 +0000 (-0500) Subject: Revert Lucid prereq for PostgreSQL 9.0 client X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=137556ce7b175b13759ca30b629de0d906aaa5f8;p=working%2FEvergreen.git Revert Lucid prereq for PostgreSQL 9.0 client rel_2_0 only requires PostgreSQL 8.4; commit f87437cb1e209eba04c4719adbdf2ddc21b36f04 pushed the prereq to 9.0 but as that requires adding backport repos many sites will break when trying to just upgrade from 2.0.9 -> 2.0.10. So, revert that. Signed-off-by: Dan Scott --- diff --git a/Open-ILS/src/extras/Makefile.install b/Open-ILS/src/extras/Makefile.install index b653faad42..c6f9690e28 100644 --- a/Open-ILS/src/extras/Makefile.install +++ b/Open-ILS/src/extras/Makefile.install @@ -305,7 +305,7 @@ generic_debian: install_debs install debian_sys_config install_cpan_force ubuntu-hardy: hardy generic_ubuntu ubuntu-lucid: lucid generic_ubuntu hardy: install_pgsql_client_debs_82 install_yaz install_cpan_marc install_extra_encode -lucid: install_pgsql_client_debs_90 install_extra_debs install_cpan_marc_record install_yaz install_cpan_lucid +lucid: install_pgsql_client_debs_84 install_extra_debs install_cpan_marc_record install_yaz install_cpan_lucid generic_ubuntu: install_debs install debian_sys_config install_cpan_more install_cpan_safe install_cpan_force # - COMMON TARGETS ---------------------------------------------------------