Skip to content

Commit

Permalink
[backend] handle "emulator" mode as virtualization when collecting th…
Browse files Browse the repository at this point in the history
…e build result
  • Loading branch information
adrianschroeter committed Feb 13, 2013
1 parent c4d55a7 commit 870ec33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/backend/bs_worker
Expand Up @@ -2134,7 +2134,7 @@ sub dobuild {
return 1;
}

if ($vm =~ /(xen|kvm)/) {
if ($vm =~ /(xen|kvm|emulator)/) {
rm_rf("$buildroot/.build.packages");
# move directory with extracted build results
if(!rename("$buildroot/.mount/.build.packages", "$buildroot/.build.packages")) {
Expand Down

0 comments on commit 870ec33

Please sign in to comment.