diff options
Diffstat (limited to 'testing/mono/mono-un-revoke-fix-in-BNC-144655.patch')
-rw-r--r-- | testing/mono/mono-un-revoke-fix-in-BNC-144655.patch | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/testing/mono/mono-un-revoke-fix-in-BNC-144655.patch b/testing/mono/mono-un-revoke-fix-in-BNC-144655.patch deleted file mode 100644 index 6a2d9f53de..0000000000 --- a/testing/mono/mono-un-revoke-fix-in-BNC-144655.patch +++ /dev/null @@ -1,13 +0,0 @@ ---- ./scripts/mono-find-provides.in -+++ ./scripts/mono-find-provides.in -@@ -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) --- -2.6.0 |