Skip to content

Commit

Permalink
vminstall are in expanded package list
Browse files Browse the repository at this point in the history
Signed-off-by: Gyeoungmin Kim <[email protected]>
  • Loading branch information
Gyeoungmin Kim committed Nov 6, 2015
1 parent f3bf9ef commit 3b35ee7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions build-vm
Original file line number Diff line number Diff line change
Expand Up @@ -249,6 +249,7 @@ vm_parse_options() {
return 1
;;
esac
export VM_TYPE
nextargs=("$@")
return 0
}
Expand Down
5 changes: 4 additions & 1 deletion expanddeps
Original file line number Diff line number Diff line change
Expand Up @@ -386,7 +386,10 @@ if (@sysdeps) {
}

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

if ($ENV{'VM_TYPE'}) {
@bdeps = Build::unify(@bdeps, Build::get_vminstalls($cf));
}

print_rpmlist(@bdeps);

0 comments on commit 3b35ee7

Please sign in to comment.