From: erickson Date: Tue, 17 Aug 2010 16:28:54 +0000 (+0000) Subject: libbusiness-creditcard-perl is installed with DEBS. removing from squeeze-specific... X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=22e3f7f1c051548bd4e3af5b003a5f491bed8647;p=Evergreen.git libbusiness-creditcard-perl is installed with DEBS. removing from squeeze-specific debs. make sure we install the EXTRA_DEBS_SQUEEZE as part of install_extra_debs_squeeze git-svn-id: svn://svn.open-ils.org/ILS/trunk@17231 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- diff --git a/Open-ILS/src/extras/Makefile.install b/Open-ILS/src/extras/Makefile.install index 4964c52bc4..cb297f137f 100644 --- a/Open-ILS/src/extras/Makefile.install +++ b/Open-ILS/src/extras/Makefile.install @@ -111,7 +111,6 @@ EXTRA_DEBS = \ yaz EXTRA_DEBS_SQUEEZE = \ - libbusiness-credit-card-perl \ libuuid-tiny-perl # Ubuntu Hardy requires libencode-perl # to get a version of Encode @@ -371,6 +370,7 @@ install_pgsql_client_debs_82: # Install the debian-specific dependencies for more modern distros install_extra_debs_squeeze: install_extra_debs + $(APT_TOOL) install $(EXTRA_DEBS_SQUEEZE) install_extra_debs: $(APT_TOOL) install $(EXTRA_DEBS)