From cf90b2e6304b8235dd6debf1085db06fd0d4b239 Mon Sep 17 00:00:00 2001 From: Alexander Lakhin Date: Thu, 6 Feb 2014 13:25:34 +0400 Subject: [PATCH] Fix a typo in fill-repodb --- fill-repodb.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fill-repodb.py b/fill-repodb.py index b10b355..cbfe2a4 100755 --- a/fill-repodb.py +++ b/fill-repodb.py @@ -344,7 +344,7 @@ def process_package_worker(num, queue_in, generator, gen_lock, db_struct, repodi ['.debug', '.xz', '.conf', '.py', '.c', '.h', '.hpp', '.png', '.cc', '.cpp', '.sh', '.java', '.pl', '.patch', '.desktop']: continue - if file_path.startswith('/usr/lib/debug/.build-id') or + if file_path.startswith('/usr/lib/debug/.build-id') or \ file_path.endswith('/ld.so.cache'): continue if re.search(r'\.so($|\.)', file_name) or \