diff options
author | Aaron Plattner <aplattner@nvidia.com> | 2017-04-06 09:55:44 -0700 |
---|---|---|
committer | Aaron Plattner <aplattner@nvidia.com> | 2017-04-06 09:55:44 -0700 |
commit | f9efab5470c130489f7af87068db3a9671cc5c92 (patch) | |
tree | 4dc999c7c0eb804e38a69709681bcb91d1f60ccb /command-list.c | |
parent | 5cc56366b231990f8e75ff91a9510be937f19b50 (diff) |
381.09381.09
Diffstat (limited to 'command-list.c')
-rw-r--r-- | command-list.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/command-list.c b/command-list.c index ec22f7b..40a04d9 100644 --- a/command-list.c +++ b/command-list.c @@ -906,7 +906,7 @@ ConflictingFileInfo *build_conflicting_file_list(Options *op, Package *p) for (i = 0; i < p->num_entries; i++) { PackageEntry *entry = &p->entries[i]; - if (entry->caps.is_shared_lib && !entry->caps.is_wrapper) { + if (entry->caps.is_shared_lib && entry->caps.is_conflicting) { get_conflicting_file_info(entry->name, &cfList[index++]); } } |