X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=runtime%2Fmono-wrapper.in;h=eb6cd895921f9eaa9eec3b678180f6483d211563;hb=05ad35f50caf0ffb8f494ea07764a955153199c2;hp=4ea240ef3358bd8a94e3269fe86ec51133ed375c;hpb=32ef09ab6008c900267c58e13e5440b982b8c00b;p=mono.git diff --git a/runtime/mono-wrapper.in b/runtime/mono-wrapper.in index 4ea240ef335..eb6cd895921 100644 --- a/runtime/mono-wrapper.in +++ b/runtime/mono-wrapper.in @@ -1,6 +1,7 @@ #! /bin/sh r='@mono_build_root@' MONO_CFG_DIR='@mono_cfg_dir@' +PATH="$r/runtime/_tmpinst/bin:$PATH" 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" "$@" +export MONO_CFG_DIR MONO_SHARED_DIR PATH +exec "$r/libtool" --mode=execute "$r/@mono_runtime@" --config "@mono_cfg_dir@/mono/config" "$@"