Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/monodevelop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Hutchinson <mhutchinson@novell.com>2011-03-29 02:35:19 +0400
committerMichael Hutchinson <mhutchinson@novell.com>2011-03-29 02:35:19 +0400
commit2629608e923d7e56526c3b826fd0ef68cd23ce8a (patch)
treea2c233444fbf8da269b075e5a3c124e864137e22 /main/build
parentdc1e52b5e9983a12648d2711e6ebc3f1591b230b (diff)
[Mac] Fix log dir to match profile
Diffstat (limited to 'main/build')
-rwxr-xr-xmain/build/MacOSX/monodevelop4
1 files changed, 3 insertions, 1 deletions
diff --git a/main/build/MacOSX/monodevelop b/main/build/MacOSX/monodevelop
index e5a3f69f1a..90b44c6723 100755
--- a/main/build/MacOSX/monodevelop
+++ b/main/build/MacOSX/monodevelop
@@ -3,6 +3,8 @@
# Author: Marc Christensen (mchristensen@novell.com)
# Michael Hutchinson (mhutchinson@novell.com)
+MONODEVELOP_MAJOR_VERSION=2.6
+
MONO_FRAMEWORK_PATH=/Library/Frameworks/Mono.framework/Versions/Current
export DYLD_FALLBACK_LIBRARY_PATH="$MONO_FRAMEWORK_PATH/lib:/lib:/usr/lib:$DYLD_FALLBACK_LIBRARY_PATH"
@@ -45,7 +47,7 @@ if [ -d "$DIR/lib/moonlight" ]; then
export MOONLIGHT_SDK_PATH="$DIR/lib/moonlight"
fi
-_MD_LOG_FILE="${MD_LOG_FILE:-$HOME/Library/Logs/MonoDevelop/MonoDevelop.log}"
+_MD_LOG_FILE="${MD_LOG_FILE:-$HOME/Library/Logs/MonoDevelop-$MONODEVELOP_MAJOR_VERSION/MonoDevelop.log}"
# NOTE: remove this for stable releases
if [ -z "$MD_NO_DEBUG" ]; then