[projects/pld-builder.new] - rpm5's check_files use tab not space to list unpackaged files

baggins baggins at pld-linux.org
Wed Oct 24 08:14:51 CEST 2012


commit 59b5055e326a622667539f076b6bc58ecf294ea5
Author: Jan Rękorajski <baggins at pld-linux.org>
Date:   Wed Oct 24 08:14:19 2012 +0200

    - rpm5's check_files use tab not space to list unpackaged files

 PLD_Builder/report.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/PLD_Builder/report.py b/PLD_Builder/report.py
index a0fe7be..f2b3436 100644
--- a/PLD_Builder/report.py
+++ b/PLD_Builder/report.py
@@ -18,7 +18,7 @@ def unpackaged_files(b):
             copy_mode = 1
             out.append(l)
         elif copy_mode:
-            if l[0] != ' ':
+            if l[0] != ' ' and l[0] != '\t':
                 copy_mode = 0
             else:
                 out.append(l)
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/projects/pld-builder.new.git/commitdiff/59b5055e326a622667539f076b6bc58ecf294ea5



More information about the pld-cvs-commit mailing list