Skip to content

Commit

Permalink
Do not add a "kiwi-packagemanager:" dependency if no package manager …
Browse files Browse the repository at this point in the history
…is defined
  • Loading branch information
mlschroe authored and lehc1m committed Dec 3, 2020
1 parent e36bdeb commit 107af3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Build/Kiwi.pm
Original file line number Diff line number Diff line change
Expand Up @@ -452,7 +452,7 @@ sub kiwiparse {
push @packages, $package->{'name'};
}
push @packages, map {"-$_"} @ignorepackages;
push @packages, "kiwi-packagemanager:$packman";
push @packages, "kiwi-packagemanager:$packman" if $packman;
push @packages, "--dorecommends--", "--dosupplements--" if $patterntype && $patterntype eq 'plusRecommended';
push @packages, '--unorderedimagerepos', if $unorderedrepos;

Expand Down

0 comments on commit 107af3b

Please sign in to comment.