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:
authorMarius Ungureanu <teromario@yahoo.com>2015-10-08 19:46:09 +0300
committerMarius Ungureanu <teromario@yahoo.com>2015-10-08 19:46:09 +0300
commit08e55c2d0e4fa2a9eadbc2c2ed8d316c1909592f (patch)
tree9b5726ba42ed497866f05d67dbd280ef0e158c5e /main/build
parent2a54fff00b559f5e906142437fd8f642309ac321 (diff)
Fix plural typo in monostub.
Diffstat (limited to 'main/build')
-rw-r--r--main/build/MacOSX/monostub.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/build/MacOSX/monostub.m b/main/build/MacOSX/monostub.m
index b412a2f767..937700ed9a 100644
--- a/main/build/MacOSX/monostub.m
+++ b/main/build/MacOSX/monostub.m
@@ -315,7 +315,7 @@ update_environment (const char *contentsDir)
if ((value = str_append (contentsDir, "/MacOS"))) {
char *compat;
- char *value2 = str_append("/Libraries/Frameworks/Mono.framework/Commands:", value);
+ char *value2 = str_append("/Library/Frameworks/Mono.framework/Commands:", value);
// Note: older versions of Xamarin Studio incorrectly set the PATH to the Resources dir instead of the MacOS dir
// and older versions of mtouch relied on this broken behavior.