X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=scripts%2Fmono-find-provides.in;h=5b2e20602d5aa6ba0ab18adfd64134432ece4fb2;hb=391dca598831ef87d928354824d5861909cbfb6d;hp=00c43a32fd33687e1048b82bfd02714df01f9e54;hpb=157a580d38b2b4a42feebf51d4e690316c0a6951;p=mono.git diff --git a/scripts/mono-find-provides.in b/scripts/mono-find-provides.in index 00c43a32fd3..5b2e20602d5 100644 --- a/scripts/mono-find-provides.in +++ b/scripts/mono-find-provides.in @@ -16,7 +16,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)