From: Mike Rylander Date: Wed, 24 Aug 2011 19:24:24 +0000 (-0400) Subject: Correct make target for lucid X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=f87437cb1e209eba04c4719adbdf2ddc21b36f04;p=contrib%2FConifer.git Correct make target for lucid Signed-off-by: Mike Rylander --- diff --git a/Open-ILS/src/extras/Makefile.install b/Open-ILS/src/extras/Makefile.install index 26cfab31f5..96aa3caab8 100644 --- a/Open-ILS/src/extras/Makefile.install +++ b/Open-ILS/src/extras/Makefile.install @@ -303,7 +303,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_84 install_extra_debs install_cpan_marc_record install_yaz install_lucid_cpan +lucid: install_pgsql_client_debs_90 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 ---------------------------------------------------------