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 \