From 137556ce7b175b13759ca30b629de0d906aaa5f8 Mon Sep 17 00:00:00 2001 From: Dan Scott Date: Mon, 28 Nov 2011 21:27:07 -0500 Subject: [PATCH] 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 --- Open-ILS/src/extras/Makefile.install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 --------------------------------------------------------- -- 2.11.0