Skip to content

Commit

Permalink
- make sure all preinstalls are in the expanded package list [bnc#781…
Browse files Browse the repository at this point in the history
…327]
  • Loading branch information
mlschroe committed Nov 23, 2012
1 parent 6804b3b commit fcef24d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions expanddeps
Expand Up @@ -276,4 +276,8 @@ if (!shift @bdeps) {
exit(1);
}

# make sure all preinstalls are in bdeps;
# XXX: also add vmdeps?
@bdeps = Build::unify(@bdeps, Build::get_preinstalls($cf));

print_rpmlist(@bdeps);

0 comments on commit fcef24d

Please sign in to comment.