[open-ils-commits] r17770 - trunk/Open-ILS/src/extras (dbs)
svn at svn.open-ils.org
svn at svn.open-ils.org
Fri Sep 17 13:56:42 EDT 2010
Author: dbs
Date: 2010-09-17 13:56:38 -0400 (Fri, 17 Sep 2010)
New Revision: 17770
Modified:
trunk/Open-ILS/src/extras/Makefile.install
Log:
Force the Class::DBI::Frozen::301 install a different, working way
This formulation works on Debian Squeeze, hopefully others.
Modified: trunk/Open-ILS/src/extras/Makefile.install
===================================================================
--- trunk/Open-ILS/src/extras/Makefile.install 2010-09-17 17:42:14 UTC (rev 17769)
+++ trunk/Open-ILS/src/extras/Makefile.install 2010-09-17 17:56:38 UTC (rev 17770)
@@ -290,7 +290,9 @@
for m in $(CPAN_MODULES_MARC); do perl -MCPAN -e "install \"$$m\";"; done
install_cpan_force:
- for m in $(CPAN_MODULES_FORCE); do perl -MCPAN -e "force install \"$$m\";"; done
+ for m in $(CPAN_MODULES_FORCE); do \
+ echo "force install $$m" | perl -MCPAN -e shell ;\
+ done
# Install the Safe Perl module
# Is this really unpackaged everywhere except for Fedora?
More information about the open-ils-commits
mailing list