Annotation of /branches/taiga-0.1/deploy-to-bin.sh
Parent Directory
|
Revision Log
Revision 370 - (view) (download) (as text)
| 1 : | sempuki | 338 | #!/bin/bash |
| 2 : | |||
| 3 : | MODREX_DIR="ModularRex" | ||
| 4 : | MODREX_CONFIG_DIR="addon-modules/ModreX/config" | ||
| 5 : | MODREX_SCRIPT_DIR="$MODREX_DIR/ScriptEngines" | ||
| 6 : | |||
| 7 : | OPENSIM_DIR="../../bin" | ||
| 8 : | OPENSIM_SCRIPT_DIR="$OPENSIM_DIR/ScriptEngines" | ||
| 9 : | |||
| 10 : | # deploy modrex.ini | ||
| 11 : | mkdir -p $OPENSIM_DIR/$MODREX_CONFIG_DIR | ||
| 12 : | cp -n $MODREX_DIR/$MODREX_CONFIG_DIR/modrex.ini $OPENSIM_DIR/$MODREX_CONFIG_DIR | ||
| 13 : | |||
| 14 : | # deploy python scripting engine | ||
| 15 : | cp -a -f $MODREX_SCRIPT_DIR/Lib $OPENSIM_SCRIPT_DIR | ||
| 16 : | cp -a -f $MODREX_SCRIPT_DIR/PythonScript $OPENSIM_SCRIPT_DIR |
| ViewVC Help | |
| Powered by ViewVC 1.0.0 |

