Previous changeset 3:574845b950b5 (2015-08-07) Next changeset 5:af4887e1f595 (2015-10-19) |
Commit message:
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_bzlib_1_0 commit d094788c200e3ecf24f2a429000c888e82131ed1 |
modified:
tool_dependencies.xml |
b |
diff -r 574845b950b5 -r 1a4043ab3e99 tool_dependencies.xml --- a/tool_dependencies.xml Fri Aug 07 10:46:33 2015 -0400 +++ b/tool_dependencies.xml Mon Oct 19 16:56:10 2015 -0400 |
b |
@@ -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> |