Mercurial > repos > iuc > package_pear_0_9_6
changeset 1:e8448893d2be draft default tip
Uploaded
| author | iuc |
|---|---|
| date | Wed, 11 Feb 2015 07:21:09 -0500 |
| parents | e286715bde9e |
| children | |
| files | tool_dependencies.xml |
| diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/tool_dependencies.xml Wed Feb 11 06:59:53 2015 -0500 +++ b/tool_dependencies.xml Wed Feb 11 07:21:09 2015 -0500 @@ -7,8 +7,9 @@ <action type="download_by_url">http://sco.h-its.org/exelixis/web/software/pear/files/pear-0.9.6-bin-64.tar.gz</action> <action type="move_file"> <source>pear-0.9.6-bin-64</source> - <destination>$INSTALL_DIR/bin/pear</destination> + <destination>$INSTALL_DIR/bin/</destination> </action> + <action type="shell_command">mv $INSTALL_DIR/bin/pear-0.9.6-bin-64 $INSTALL_DIR/bin/pear</action> </actions> <actions architecture="x86_64" os="darwin"> <action type="download_by_url">http://sco.h-its.org/exelixis/web/software/pear/files/pear-0.9.6-src.tar.gz</action>
