Mercurial > repos > pavanvidem > bwtool
changeset 2:536ed601756f draft default tip
Uploaded
| author | pavanvidem |
|---|---|
| date | Wed, 20 May 2015 13:16:13 -0400 |
| parents | 27f84184bbb2 |
| children | |
| files | tool_dependencies.xml |
| diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/tool_dependencies.xml Wed May 20 13:14:19 2015 -0400 +++ b/tool_dependencies.xml Wed May 20 13:16:13 2015 -0400 @@ -4,7 +4,7 @@ <install version="1.0"> <actions> <action type="download_by_url">https://github.com/CRG-Barcelona/libbeato/archive/92073be13d6bd1f755238bb98ff753bc1f2ca012.tar.gz</action> - <action type="shell_command">configure</action> + <action type="shell_command">./configure</action> <action type="shell_command">make</action> <action type="move_directory_files"> <source_directory>lib</source_directory> @@ -15,7 +15,7 @@ <destination_directory>$INSTALL_DIR/include</destination_directory> </action> <action type="download_by_url">https://github.com/CRG-Barcelona/bwtool/archive/v1.0-gamma.tar.gz</action> - <action type="shell_command">configure LDFLAGS="-L$INSTALL_DIR/lib" CPPFLAGS="-I$INSTALL_DIR/include"</action> + <action type="shell_command">./configure LDFLAGS="-L$INSTALL_DIR/lib" CPPFLAGS="-I$INSTALL_DIR/include"</action> <action type="shell_command">make</action> <action type="shell_command">rm -r $INSTALL_DIR/lib $INSTALL_DIR/include</action> <action type="move_directory_files">
