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

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaja R Harinath <harinath@hurrynot.org>2006-09-16 13:34:03 +0400
committerRaja R Harinath <harinath@hurrynot.org>2006-09-16 13:34:03 +0400
commitee5ea42aae99094d90b34cf51f9d1c8225af7a22 (patch)
tree1bcffb0542ea0d39d073cc3e74dd0bb5aecd6d7c /runtime/mono-wrapper.in
parent51d1b8c6a5601bbc2f38a9c1c916f54f7f4523b4 (diff)
Fix srcdir!=builddir issue.
* configure.in (runtime/etc/mono/config): Remove erroneous code. * runtime/Makefile.am (etc/mono/config): Rename from wrapper-config. * runtime/mono-wrapper.in: Update. svn path=/trunk/mono/; revision=65502
Diffstat (limited to 'runtime/mono-wrapper.in')
-rw-r--r--runtime/mono-wrapper.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/mono-wrapper.in b/runtime/mono-wrapper.in
index 4ea240ef335..bed9aa12f8b 100644
--- a/runtime/mono-wrapper.in
+++ b/runtime/mono-wrapper.in
@@ -3,4 +3,4 @@ r='@mono_build_root@'
MONO_CFG_DIR='@mono_cfg_dir@'
MONO_SHARED_DIR=$r/runtime
export MONO_CFG_DIR MONO_SHARED_DIR
-exec "$r/libtool" --mode=execute "$r/@mono_runtime@" --config "$r/runtime/wrapper-config" "$@"
+exec "$r/libtool" --mode=execute "$r/@mono_runtime@" --config "@mono_cfg_dir@/mono/config" "$@"