aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAvi Kivity <avi@qumranet.com>2007-02-19 10:44:25 +0000
committerAvi Kivity <avi@qumranet.com>2007-02-19 10:44:25 +0000
commit79cf72aacf2b7587d01e775f6cf9f6ed113304e0 (patch)
treee1809affe0459c40dfc3e05865ee368b6968a69e
parent83d7655148edb4252f32b4783c56b5975a1c2074 (diff)
kvm: release: merge from trunkkvm-14
........ r4451 | avi | 2007-02-19 12:43:44 +0200 (Mon, 19 Feb 2007) | 4 lines kvm: configure: change prefix back to /usr/local this breaks the .rpm, but is more correct. ........
-rwxr-xr-xkvm/configure2
1 files changed, 1 insertions, 1 deletions
diff --git a/kvm/configure b/kvm/configure
index f3e726def..e2bbb6ee3 100755
--- a/kvm/configure
+++ b/kvm/configure
@@ -1,6 +1,6 @@
#!/bin/bash
-prefix=/usr/kvm
+prefix=/usr/local
kerneldir=/lib/modules/$(uname -r)/build
want_module=1
qemu_cc=$(ls /usr/bin/gcc3* /usr/bin/gcc-3* 2>/dev/null | tail -n1)