forked from kiss-community/kiss
kiss: Fix cases of a make dep being a runtime dep
This commit is contained in:
parent
8fdf955c90
commit
13fb70942f
4
kiss
4
kiss
@ -366,7 +366,9 @@ pkg_fixdeps() {
|
||||
done >> depends-copy
|
||||
|
||||
# Remove duplicate entries from the new depends file.
|
||||
sort depends-copy | uniq > depends-new
|
||||
# This remove duplicate lines looking *only* at the
|
||||
# first column.
|
||||
sort -u -k1,1 depends-copy > depends-new
|
||||
|
||||
# Display a 'diff' of the new dependencies agaisnt
|
||||
# the old ones. '-N' treats non-existent files as blank.
|
||||
|
Loading…
Reference in New Issue
Block a user