[open-ils-commits] r17231 - trunk/Open-ILS/src/extras (erickson)
svn at svn.open-ils.org
svn at svn.open-ils.org
Tue Aug 17 12:28:57 EDT 2010
Author: erickson
Date: 2010-08-17 12:28:54 -0400 (Tue, 17 Aug 2010)
New Revision: 17231
Modified:
trunk/Open-ILS/src/extras/Makefile.install
Log:
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
Modified: trunk/Open-ILS/src/extras/Makefile.install
===================================================================
--- trunk/Open-ILS/src/extras/Makefile.install 2010-08-16 18:48:23 UTC (rev 17230)
+++ trunk/Open-ILS/src/extras/Makefile.install 2010-08-17 16:28:54 UTC (rev 17231)
@@ -111,7 +111,6 @@
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 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)
More information about the open-ils-commits
mailing list