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=2a87925cb2ff9e11f554ada567d0c1289b5c7dda;p=evergreen%2Ftadl.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 8c6c86d071..12f4161dbd 100644 --- a/Open-ILS/src/extras/Makefile.install +++ b/Open-ILS/src/extras/Makefile.install @@ -278,7 +278,7 @@ squeeze: install_pgsql_client_debs_90 install_extra_debs_squeeze generic_debian: install_debs install debian_sys_config install_cpan_force ubuntu-lucid: lucid generic_ubuntu -lucid: install_pgsql_client_debs_90 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 ---------------------------------------------------------