opensim-tools – Diff between revs 61 and 63

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 61 Rev 63
Line 40... Line 40...
40 cp -Rap lib/fs/* / 40 cp -Rap lib/fs/* /
41 fi 41 fi
Line 42... Line 42...
42   42  
43 # OpenSim upgrade 43 # OpenSim upgrade
44 pushd ./ -  
45 if [ -d ../opensim-sources/ ]; then -  
46 rm -rf ../opensim-sources -  
47 fi 44 pushd ./
-   45 cd ../
-   46 if [ ! -d opensim-sources ]; then
-   47 svn co http://svn.was.fm/opensim opensim-sources
48 cd ../ 48 fi
49 echo "[SpectacledOwl] Updating sources..." -  
50 svn co http://svn.was.fm/opensim opensim-sources 49 echo "[SpectacledOwl] Updating sources..."
-   50 cd opensim-sources
51 cd opensim-sources 51 svn update
52 dialog --yesno "By selecting yes here, the OpenSim sources will be updated from the development repository, compiled and added to the current OpenSim working directory. Selecting yes here will not affect any modifications you may have done to OpenSim's ini files. Upgrade the OpenSim binaries to the lastest development version?" 10 70 52 dialog --yesno "By selecting yes here, the OpenSim sources will be updated from the development repository, compiled and added to the current OpenSim working directory. Selecting yes here will not affect any modifications you may have done to OpenSim's ini files. Upgrade the OpenSim binaries to the lastest development version?" 10 70
53 if [ $? == "0" ]; then 53 if [ $? == "0" ]; then
54 echo "[SpectacledOwl] Cleaning..." 54 echo "[SpectacledOwl] Cleaning..."
55 PKG_CONFIG_PATH=/opt/mono-4-0/lib/pkgconfig make clean 55 PKG_CONFIG_PATH=/opt/mono-4-0/lib/pkgconfig make clean