changeset 16:a3f63a4ca3b2

Argh, work damnit.
author Catherine Wise <catherine.wise@csiro.au>
date Fri, 13 Dec 2013 12:04:17 +1100
parents 750ba8c7b006
children 44eef6ccd875
files tool_dependencies.xml
diffstat 1 files changed, 4 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/tool_dependencies.xml	Fri Dec 13 11:47:26 2013 +1100
+++ b/tool_dependencies.xml	Fri Dec 13 12:04:17 2013 +1100
@@ -4,6 +4,9 @@
         <readme>
             I should write this.
         </readme>
+        <set_environment version="1.0">
+            <environment_variable name="SCRIPT_PATH" action="set_to">$REPOSITORY_INSTALL_DIR</environment_variable>
+        </set_environment>
         <install version="1.0">
             <actions>
                 <action type="setup_virtualenv">
@@ -14,7 +17,7 @@
 simplejson
 passlib
                 </action>
-                <action type="shell_command">pip install $REPOSITORY_INSTALL_DIR/PythonTrustStore-0.2.0.tar.gz</action>
+                <action type="shell_command">pip install $SCRIPT_PATH/PythonTrustStore-0.2.0.tar.gz</action>
             </actions>
         </install>
      </package>