diff --git a/pisi/operations/build.py b/pisi/operations/build.py index 60febecf..0c2d360a 100644 --- a/pisi/operations/build.py +++ b/pisi/operations/build.py @@ -119,7 +119,7 @@ def exclude_special_files(filepath, fileinfo, ag): keeplist = ag.get("KeepSpecial", []) patterns = {"libtool": "libtool library file", "python": "python.*byte-compiled", - "perl": "Perl POD document text"} + "perl": "Perl POD document.* text"} if "libtool" in keeplist: # Some upstream sources have buggy libtool and ltmain.sh with them,