View of /branches/taiga-0.1/deploy-to-bin.sh
Parent Directory
|
Revision Log
Revision 341 -
(download)
(as text)
(annotate)
Wed Mar 3 10:26:55 2010 UTC (3 years, 2 months ago) by mikkopa
Original Path: branches/os-0.6.9-post-fixes/deploy-to-bin.sh
File size: 493 byte(s)
Wed Mar 3 10:26:55 2010 UTC (3 years, 2 months ago) by mikkopa
Original Path: branches/os-0.6.9-post-fixes/deploy-to-bin.sh
File size: 493 byte(s)
Branched ModreX trunk to branch os-0.6.9-postfixes. This branch works with OpenSim branch 0.6.9-post-fixes and is to be considered as stable.
#!/bin/bash MODREX_DIR="ModularRex" MODREX_CONFIG_DIR="addon-modules/ModreX/config" MODREX_SCRIPT_DIR="$MODREX_DIR/ScriptEngines" OPENSIM_DIR="../../bin" OPENSIM_SCRIPT_DIR="$OPENSIM_DIR/ScriptEngines" # deploy modrex.ini mkdir -p $OPENSIM_DIR/$MODREX_CONFIG_DIR cp -n $MODREX_DIR/$MODREX_CONFIG_DIR/modrex.ini $OPENSIM_DIR/$MODREX_CONFIG_DIR # deploy python scripting engine cp -a -f $MODREX_SCRIPT_DIR/Lib $OPENSIM_SCRIPT_DIR cp -a -f $MODREX_SCRIPT_DIR/PythonScript $OPENSIM_SCRIPT_DIR
| ViewVC Help | |
| Powered by ViewVC 1.0.0 |

