forked from kisslinux/kiss
-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Replace the use of grep to determine the unique dependencies with sort/uniq.
- Loading branch information
1 parent
3d4734c
commit adf7818
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
adf7818
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This causes breakage on my machine (false positive matches when some packages use
/bin
and some use/usr/bin
for example). Will open a bug report once I have time to look into this further.adf7818
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I also encounter this error in a clean chroot (unrelated to above issue):
(The package manager happily continues along)
adf7818
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I have sometimes seen the error you've encountered, but I have never found a way to reliably reproduce it.
Should add, that extra error is probably unrelated to this commit, if only because I am not using master.:)