From 54ececc961f882f13b6b4a389112b2bf800e97d8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ozan=20=C3=87a=C4=9Flayan?= Date: Wed, 14 Dec 2011 14:16:36 +0000 Subject: [PATCH] build: Also match the text between document and text like ASCII --- pisi/operations/build.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,