comparison tool_dependencies.xml @ 1:c78bf8ce02e2 draft

Switch to a unique environment variable
author peterjc
date Thu, 27 Aug 2015 11:45:14 -0400
parents c2472c21ab4a
children edb0eb8d8921
comparison
equal deleted inserted replaced
0:c2472c21ab4a 1:c78bf8ce02e2
33 <!-- The $PATH environment variable is only set if one of the above <actions> tags resulted in a successful installation. --> 33 <!-- The $PATH environment variable is only set if one of the above <actions> tags resulted in a successful installation. -->
34 <action type="set_environment"> 34 <action type="set_environment">
35 <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR</environment_variable> 35 <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR</environment_variable>
36 </action> 36 </action>
37 <action type="set_environment"> 37 <action type="set_environment">
38 <environment_variable action="set_to" name="MIRA4">$INSTALL_DIR</environment_variable> 38 <environment_variable action="set_to" name="MIRA4_9">$INSTALL_DIR</environment_variable>
39 </action> 39 </action>
40 </actions_group> 40 </actions_group>
41 </install> 41 </install>
42 <readme> 42 <readme>
43 Downloads MIRA v4.9.5 from Sourceforge, requesting Bastien's precompiled binaries 43 Downloads MIRA v4.9.5 from Sourceforge, requesting Bastien's precompiled binaries
46 installation script. 46 installation script.
47 47
48 http://chevreux.org/projects_mira.html 48 http://chevreux.org/projects_mira.html
49 http://sourceforge.net/projects/mira-assembler/ 49 http://sourceforge.net/projects/mira-assembler/
50 50
51 The environment variable ``$MIRA4`` will point to the folder containing the binaries, 51 The environment variable ``$MIRA4_9`` will point to the folder containing the
52 which is also pre-pended to the``$PATH`` variable. 52 binaries, which is also pre-pended to the``$PATH`` variable.
53 </readme> 53 </readme>
54 </package> 54 </package>
55 </tool_dependency> 55 </tool_dependency>