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>2010-12-01 00:40:34 +0300
committerMichael Hutchinson <mhutchinson@novell.com>2010-12-01 00:40:34 +0300
commitcf8198c1bcc13461e219846593b8d057cca98be5 (patch)
tree60279b564dff4fcbf824bfa77a4d3c64ed49366e /main/build
parent0992e7a98c1c6bba051fded1795dc7500b4559b3 (diff)
[Mac] Prevent possible bundle build breakage
Diffstat (limited to 'main/build')
-rw-r--r--main/build/MacOSX/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/main/build/MacOSX/Makefile.am b/main/build/MacOSX/Makefile.am
index 7b47c3b224..0e34ade7eb 100644
--- a/main/build/MacOSX/Makefile.am
+++ b/main/build/MacOSX/Makefile.am
@@ -79,6 +79,7 @@ MonoDevelop.app:
cp -r MDMonitor.app $(MACOS)
# Mono stubs to make the process name and bundle location correct
+ rm -rf "$(MACOS)/bin"
mkdir -p "$(MACOS)/bin"
ln -s /Library/Frameworks/Mono.framework/Versions/Current/bin/mono "$(MACOS)/bin/monodevelop"
ln -s /Library/Frameworks/Mono.framework/Versions/Current/bin/mono "$(MACOS)/bin/mdtool"