[RPM] Fix MONO_PATH in RPM dependency generators
[mono.git] / scripts / mono-find-requires.in
index f0ad60bb8a2955b4b87e3433ae08fa0e470b196e..d7b6a325bc32e17394b502c8ec800400359442e1 100644 (file)
@@ -50,7 +50,7 @@ esac
 # set LD_LIBRARY_PATH to ensure that libmono is found
 export LD_LIBRARY_PATH=$libdir${LD_LIBRARY_PATH:+:$LD_LIBRARY_PATH}
 # and set MONO_PATH to ensure that mscorlib.dll can be found
-export MONO_PATH=$prefix/lib/mono/2.0
+export MONO_PATH=$prefix/lib/mono/4.5
 
 REQUIRES=$(
        for i in "${monolist[@]}"; do