[Lunar-commits] <moonbase-other> qemu: fix path to bridge & CONFIGURE flag

v4hn me at v4hn.de
Sun Sep 1 17:07:34 CEST 2013


commit 7dba27099bda865e77ad3a019aacfa308e3a86f4
Author: v4hn <me at v4hn.de>
Date: Sun, 01 Sep 2013 08:05:56 -0700
URL: https://github.com/lunar-linux/moonbase-other/commit/7dba27099bda865e77ad3a019aacfa308e3a86f4

qemu: fix path to bridge & CONFIGURE flag
---
  virtual/qemu/BUILD     | +3/-7     
  virtual/qemu/CONFIGURE | +1/-1     
  2 files changed, 4 insertions(+), 8 deletions(-)

--- a/virtual/qemu/BUILD
+++ b/virtual/qemu/BUILD
@@ -1,5 +1,3 @@
-(
-
   OPTS+=" --target-list=$(echo $TARGETLIST | sed s/\ /,/g)"
 
   AUDIO_LIST="oss"
@@ -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
--- a/virtual/qemu/CONFIGURE
+++ b/virtual/qemu/CONFIGURE
@@ -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"




More information about the Lunar-commits mailing list