opensim-tools – Diff between revs 87 and 88

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 87 Rev 88
Line 51... Line 51...
51 cd opensim-sources 51 cd opensim-sources
52 svn update 52 svn update
53 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 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
54 if [ $? == "0" ]; then 54 if [ $? == "0" ]; then
55 echo "[SpectacledOwl] Cleaning..." 55 echo "[SpectacledOwl] Cleaning..."
56 PKG_CONFIG_PATH=/opt/mono-4-0/lib/pkgconfig make clean 56 make clean
57 echo "[SpectacledOwl] Build..." 57 echo "[SpectacledOwl] Build..."
58 PKG_CONFIG_PATH=/opt/mono-4-0/lib/pkgconfig make 58 make
59 if [ -d /home/opensim/os ]; then 59 if [ -d /home/opensim/os ]; then
60 echo "[SpectacledOwl] Copying files..." 60 echo "[SpectacledOwl] Copying files..."
61 mkdir -p /home/opensim/os 61 mkdir -p /home/opensim/os
62 find bin/ -name \*.ini -exec rm -rf '{}' \; 62 find bin/ -name \*.ini -exec rm -rf '{}' \;
63 find bin/ -name \*.config -exec rm -rf '{}' \; 63 find bin/ -name \*.config -exec rm -rf '{}' \;