# HG changeset patch
# User saskia-hiltemann
# Date 1465294005 14400
# Node ID 876b0d452a88b7eadb1af44ae7d4715cf9ebf869
# Parent 52a70ef5248c40afacc88f08556a4ad514f4cd0e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mothur commit 568023f8019f928a6f335951806c0c4a03f21320-dirty
diff -r 52a70ef5248c -r 876b0d452a88 tool_dependencies.xml
--- a/tool_dependencies.xml Tue Jun 07 04:06:15 2016 -0400
+++ b/tool_dependencies.xml Tue Jun 07 06:06:45 2016 -0400
@@ -25,7 +25,7 @@
sed -i '141d;151d;152d' source/makefile;
sed -i 's/fortranSource//g' source/makefile;
sed -i 's/\/usr\/local/${BOOST_ROOT_DIR}\/boost/g' source/makefile;
- ln -s ${ZLIB_ROOT_DIR}/zlib.a ${BOOST_ROOT_DIR}/boost/lib/
+ sed -i 's/\${BOOST_LIBRARY_DIR}zlib.a/${ZLIB_ROOT_DIR}\/lib\/libz.a/' source/makefile
cd source; make -j 2;