Mercurial > repos > modencode-dcc > macs2
changeset 3:3096bc0d4651 draft
Uploaded
author | modencode-dcc |
---|---|
date | Wed, 23 Jan 2013 13:42:13 -0500 |
parents | 4713389a35f1 |
children | 496b2ca7ddb5 |
files | tool_dependencies.xml |
diffstat | 1 files changed, 0 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/tool_dependencies.xml Wed Jan 23 13:38:56 2013 -0500 +++ b/tool_dependencies.xml Wed Jan 23 13:42:13 2013 -0500 @@ -7,7 +7,6 @@ <install version="1.0"> <actions> <action type="download_by_url">http://www.python.org/ftp/python/2.7.3/Python-2.7.3.tar.bz2</action> - <action type="shell_command">tar -xvf Python-2.7.3.tar.bz2</action> <action type="shell_command">cd Python-2.7.3</action> <action type="shell_command">./configure</action> <action type="shell_command">make -j</action>