Changeset 2243 for code/branches/buildsystem/bin/linux/run-script
- Timestamp:
- Nov 21, 2008, 12:22:22 AM (16 years ago)
- Location:
- code/branches/buildsystem/bin/linux
- Files:
-
- 1 added
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
code/branches/buildsystem/bin/linux/run-script
-
Property
svn:mergeinfo
set to
(toggle deleted branches)
/code/branches/ceguilua/bin/run-script merged eligible /code/branches/core3/bin/run-script 1572-1739 /code/branches/gcc43/bin/run-script 1580 /code/branches/gui/bin/run-script 1635-1723 /code/branches/input/bin/run-script 1629-1636
r2235 r2243 8 8 fi 9 9 10 if [ ! -f orge.cfg ]; then11 cp ogre.cfg-init ogre.cfg12 fi13 14 # check if plugins.cfg exists, and of not create it15 # and modify16 if [ ! -f plugins.cfg ]; then17 if uname -n | grep -q "tardis"; then18 sed -e 's:PluginFolder=/usr/lib/OGRE:PluginFolder=/usr/pack/ogre-1.4.5-sd/i686-debian-linux3.1/lib/OGRE/:' \19 -e 's:#Plugin=Plugin_CgProgramManager:Plugin=Plugin_CgProgramManager:' plugins.cfg-init > plugins.cfg20 else21 cp plugins.cfg-init plugins.cfg22 fi23 fi24 25 10 trap "xset r && echo 'resetting autorepeat'" HUP INT TERM QUIT ABRT KILL ALRM 26 11 ./orxonox $@ -
Property
svn:mergeinfo
set to
(toggle deleted branches)
Note: See TracChangeset
for help on using the changeset viewer.