build: Fix typo in path collision check

This commit is contained in:
Fatih Aşıcı
2010-09-21 13:25:09 +00:00
parent 1313d51205
commit 34db2b1918
+1 -1
View File
@@ -105,7 +105,7 @@ def check_path_collision(package, pkgList):
# path.path: /usr/share/doc
if (create_static and path.path.endswith(ar_suffix)) or \
(create_static and path.path.endswith(debug_suffix)):
(create_debug and path.path.endswith(debug_suffix)):
# don't throw collision error for these files.
# we'll handle this in gen_files_xml..
continue