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:
authorJo Shields <jo.shields@xamarin.com>2015-04-09 15:19:15 +0300
committerJo Shields <jo.shields@xamarin.com>2015-04-09 17:57:07 +0300
commit00fc3a630778eae30377cf7c4f11eba77c6222a2 (patch)
treebed2b98741854af5396d935c43b88d79955b5b48 /scripts/mono-find-provides.in
parent0c268383cd2ae3f997b83889acc3580a45f72123 (diff)
[RPM] Fix MONO_PATH in RPM dependency generators
Otherwise, RPMs don't have any dependency information (cherry picked from commit 0dfb848cde55aed7be93e252926dd6a52bb04d73)
Diffstat (limited to 'scripts/mono-find-provides.in')
-rw-r--r--scripts/mono-find-provides.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/mono-find-provides.in b/scripts/mono-find-provides.in
index c9210060c26..155690d75ad 100644
--- a/scripts/mono-find-provides.in
+++ b/scripts/mono-find-provides.in
@@ -33,7 +33,7 @@ fi
# 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
for i in "${monolist[@]}"; do
($bindir/monodis --assembly $i | awk '