diff options
author | Michael Schroeder <mls@suse.de> | 2016-11-28 13:59:20 +0100 |
---|---|---|
committer | SoonKyu Park <sk7.park@samsung.com> | 2017-02-13 17:20:44 +0900 |
commit | 01e534f380212439dbae47e370d1fc393c3fb433 (patch) | |
tree | f0301ed2d97b0596654486048074f949f607c1bb /createdirdeps | |
parent | 5b60f70921a1174e9ee2ebb475a4c1f2c990be0c (diff) | |
download | build-01e534f380212439dbae47e370d1fc393c3fb433.tar.gz build-01e534f380212439dbae47e370d1fc393c3fb433.tar.bz2 build-01e534f380212439dbae47e370d1fc393c3fb433.zip |
Also recored supplements, use recommends as choice breaker only in 3rd pass.
Conflicts:
Build.pm
expanddeps
Change-Id: I0eee5303d2098bfc7a69f6ecda239db2263818e2
Diffstat (limited to 'createdirdeps')
-rwxr-xr-x | createdirdeps | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/createdirdeps b/createdirdeps index b50739f..aa602ab 100755 --- a/createdirdeps +++ b/createdirdeps @@ -78,7 +78,7 @@ for my $dir (@ARGV) { next if $seen{$idx}; $seen{$idx} = 1; print "F:$idx: $path\n"; - for (qw{P R r C O I}) { + for (qw{P R C O I r s}) { print $old{"$_:$idx"}."\n" if $old{"$_:$idx"}; } next; |