| Previous changeset 9:593cc77357d6 (2015-05-31) Next changeset 11:b1e159ff31c2 (2015-06-01) |
|
Commit message:
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_bzlib_1_0 commit 124516bc2aab56c243be3cf15e4282d59390970b |
|
modified:
tool_dependencies.xml |
| b |
| diff -r 593cc77357d6 -r dc65c06c28e4 tool_dependencies.xml --- a/tool_dependencies.xml Sun May 31 08:10:47 2015 -0400 +++ b/tool_dependencies.xml Sun May 31 22:40:46 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 -f Makefile-libbz2_so</action> + <action type="shell_command">make</action> <action type="shell_command">make install PREFIX=$INSTALL_DIR/bzlib</action> <action type="move_directory_files"> <source_directory>./</source_directory> |