Skip to content

Commit

Permalink
qemu: fix path to bridge & CONFIGURE flag
Browse files Browse the repository at this point in the history
  • Loading branch information
v4hn committed Sep 1, 2013
1 parent 3d53714 commit 7dba270
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
10 changes: 3 additions & 7 deletions virtual/qemu/BUILD
@@ -1,5 +1,3 @@
(

OPTS+=" --target-list=$(echo $TARGETLIST | sed s/\ /,/g)"

AUDIO_LIST="oss"
Expand All @@ -21,16 +19,14 @@

default_make &&

# bridge_helper needs suid
chmod u+s "/usr/libexec/qemu-bridge-helper" &&

if module_installed systemd; then
install -D -m644 $SCRIPT_DIRECTORY/65-kvm.rules /usr/lib/udev/rules.d/65-kvm.rules
else
install -D -m644 $SCRIPT_DIRECTORY/65-kvm.rules /lib/udev/rules.d/65-kvm.rules
fi &&

# bridge_helper needs suid
chmod u+s "/usr/lib/qemu/qemu-bridge-helper" &&

# qemu-doc.html may not exist, but it will be ignored if that is the case
gather_docs TODO qemu-doc.html

) > $C_FIFO 2>&1
2 changes: 1 addition & 1 deletion virtual/qemu/CONFIGURE
Expand Up @@ -38,4 +38,4 @@ if ! grep -q CONFIGURED $MODULE_CONFIG; then
fi

mquery ENABLE_KVM "Enable KVM support?" y "--enable-kvm" "--disable-kvm"
mquery ENABLE_DOC "Enable documentation?" n "" "--enable-doc"
mquery ENABLE_DOC "Enable documentation?" n "--enable-docs" "--disable-docs"

0 comments on commit 7dba270

Please sign in to comment.