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
path: root/main
diff options
context:
space:
mode:
authorMichael Hutchinson <m.j.hutchinson@gmail.com>2011-08-25 03:53:46 +0400
committerMichael Hutchinson <m.j.hutchinson@gmail.com>2011-08-25 03:53:46 +0400
commitb8f24937b9854c31d33f4f4bfb2114e117dcf09d (patch)
treed6f5648c706f3935023261250cdb64baf2843e24 /main
parent86a7b46916561d9330b0b30c3877695dbbc31c4d (diff)
[Mac] Disable merging the install prefix into the app bundle
We don't need it right now since we dep on a Mono with the correct Mono.Addins.
Diffstat (limited to 'main')
-rw-r--r--main/build/MacOSX/Makefile.am18
1 files changed, 9 insertions, 9 deletions
diff --git a/main/build/MacOSX/Makefile.am b/main/build/MacOSX/Makefile.am
index 7797259d02..82c55a916b 100644
--- a/main/build/MacOSX/Makefile.am
+++ b/main/build/MacOSX/Makefile.am
@@ -28,15 +28,15 @@ MonoDevelop.app:
mkdir -p $(MAC_APP_DIR)/Contents/MacOS/{lib,share}
mkdir -p $(MAC_APP_LIB_DIR)
- @echo ""
- @echo "Copying install prefix into app bundle"
- @echo ""
- @if [[ "$(prefix)" == /Library* ]] || [[ "$(prefix)" == /usr* ]]; then \
- echo "WARNING: cannot merge system prefix $(prefix)"; \
- else \
- echo "cp -pR $(prefix)/* $(MAC_APP_DIR)/Contents/MacOS/"; \
- cp -pR $(prefix)/* $(MAC_APP_DIR)/Contents/MacOS/; \
- fi
+# @echo ""
+# @echo "Copying install prefix into app bundle"
+# @echo ""
+# @if [[ "$(prefix)" == /Library* ]] || [[ "$(prefix)" == /usr* ]]; then \
+# echo "WARNING: cannot merge system prefix $(prefix)"; \
+# else \
+# echo "cp -pR $(prefix)/* $(MAC_APP_DIR)/Contents/MacOS/"; \
+# cp -pR $(prefix)/* $(MAC_APP_DIR)/Contents/MacOS/; \
+# fi
@echo ""
@echo "Copying MonoDevelop into app bundle"