# HG changeset patch
# User galaxyp
# Date 1433207138 14400
# Node ID b1e159ff31c2631c057cc80d962aa2ab0a7ae6d3
# Parent  dc65c06c28e40a4b94badbb56350f162aec0bf99
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_bzlib_1_0 commit 45a64d82dfada34d826be98a1f7a0657f9148d59-dirty

diff -r dc65c06c28e4 -r b1e159ff31c2 tool_dependencies.xml
--- a/tool_dependencies.xml	Sun May 31 22:40:46 2015 -0400
+++ b/tool_dependencies.xml	Mon Jun 01 21:05:38 2015 -0400
@@ -4,7 +4,7 @@
             <actions>
                 <!-- first action is always downloading -->
                 <action type="download_by_url">http://www.bzip.org/1.0.6/bzip2-1.0.6.tar.gz</action>
-                <action type="shell_command">make</action>
+                <action type="shell_command">make -f Makefile-libbz2_so</action>
                 <action type="shell_command">make install PREFIX=$INSTALL_DIR/bzlib</action>
                 <action type="move_directory_files">
                     <source_directory>./</source_directory>