Mercurial > repos > iracooke > package_msgfplus_20140210
changeset 3:c3b14e905da2 draft default tip
Make MSGFPlus.jar executable to find it with which
| author | iracooke | 
|---|---|
| date | Wed, 05 Mar 2014 21:48:33 -0500 | 
| parents | 7d614a857e51 | 
| children | |
| files | tool_dependencies.xml | 
| diffstat | 1 files changed, 3 insertions(+), 0 deletions(-) [+] | 
line wrap: on
 line diff
--- a/tool_dependencies.xml Wed Mar 05 01:07:54 2014 -0500 +++ b/tool_dependencies.xml Wed Mar 05 21:48:33 2014 -0500 @@ -8,6 +8,9 @@ <source>MSGFPlus.jar</source> <destination>$INSTALL_DIR</destination> </action> + + <!-- This is purely so we can find it using which --> + <action type="shell_command">chmod u+x $INSTALL_DIR/MSGFPlus.jar</action> <action type="set_environment"> <environment_variable name="MSGFPLUS_ROOT" action="set_to">$INSTALL_DIR</environment_variable> <environment_variable name="PROTK_MSGFPLUS_ROOT" action="set_to">$INSTALL_DIR</environment_variable>
