X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=runtime%2Fmono-wrapper.in;h=eb6cd895921f9eaa9eec3b678180f6483d211563;hb=b2b4ea5f306f440332fd6cb1e12d0148d24a99ec;hp=bed9aa12f8b833875ff70076176e086896a9e7c6;hpb=dbf19eb41dbd299c4c33d4de35ffe3cf6c669832;p=mono.git diff --git a/runtime/mono-wrapper.in b/runtime/mono-wrapper.in index bed9aa12f8b..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 +export MONO_CFG_DIR MONO_SHARED_DIR PATH exec "$r/libtool" --mode=execute "$r/@mono_runtime@" --config "@mono_cfg_dir@/mono/config" "$@"