Skip to content

Commit

Permalink
[build] make sure local build works correctly when qemu-reg is present
Browse files Browse the repository at this point in the history
  • Loading branch information
mmohring committed Aug 14, 2011
1 parent f96eb8a commit 43c6459
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion init_buildsystem
Original file line number Diff line number Diff line change
Expand Up @@ -363,7 +363,7 @@ copy_qemu()

mkdir -p $BUILD_ROOT/usr/bin

if [ -e $BUILD_DIR/qemu-reg ]; then
if [ -e $BUILD_DIR/qemu-reg -a -x $BUILD_DIR/initvm ]; then

for path in $BUILD_DIR/qemu-*; do
if file $path | grep -q static; then
Expand Down

0 comments on commit 43c6459

Please sign in to comment.