Revert Lucid prereq for PostgreSQL 9.0 client
authorDan Scott <dscott@laurentian.ca>
Tue, 29 Nov 2011 02:27:07 +0000 (21:27 -0500)
committerDan Scott <dscott@laurentian.ca>
Tue, 29 Nov 2011 02:27:07 +0000 (21:27 -0500)
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 <dscott@laurentian.ca>
Open-ILS/src/extras/Makefile.install

index b653faa..c6f9690 100644 (file)
@@ -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 ---------------------------------------------------------