diff options
author | Avi Kivity <avi@qumranet.com> | 2007-02-19 10:43:44 +0000 |
---|---|---|
committer | Avi Kivity <avi@qumranet.com> | 2007-02-19 10:43:44 +0000 |
commit | 55680bc8200826276bc9996bba7246db8c005ee5 (patch) | |
tree | cb22d010a8b212f06fd6e1c65479a87339a5b58c /configure | |
parent | 03e50a6c8e9af490f9119df4e327260f608f624f (diff) |
kvm: configure: change prefix back to /usr/local
this breaks the .rpm, but is more correct.
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |