Un-revoke fix in BNC#144655 - mono-find-provides should ONLY work on GAC libraries...
authorJo Shields <jo.shields@xamarin.com>
Tue, 11 Aug 2015 18:41:23 +0000 (19:41 +0100)
committerJo Shields <jo.shields@xamarin.com>
Tue, 11 Aug 2015 18:43:34 +0000 (19:43 +0100)
(cherry picked from commit 1f4133a06f252ec1b78637dd91e49f50836cf570)

scripts/mono-find-provides.in

index 155690d75adad1c75ec255675b443167bc94089f..5e440ab046bf8a6058aed1214e51a7ecc400234e 100644 (file)
@@ -14,7 +14,7 @@ monolist=($(printf "%s\n" "${filelist[@]}" | egrep "\\.(exe|dll)\$"))
 
 # Only include files with /gac/ in path
 #  (Allows packages to contain private assemblies that don't conflict with other packages)
-#monolist=($(printf "%s\n" "${monolist[@]}" | egrep "/gac/"))
+monolist=($(printf "%s\n" "${monolist[@]}" | egrep "/gac/"))
 # Disabled... see ChangeLog
 
 # Set the prefix, unless it is overriden (used when building mono rpms)