kvm: removed conflicting header file

This commit is contained in:
Mikhail Kolesnik 2008-01-20 13:20:54 +02:00
parent 65a90c9011
commit 637be34cd4
2 changed files with 2 additions and 2 deletions

View File

@ -13,7 +13,6 @@ lrwxrwxrwx root/root usr/bin/qemu -> /usr/bin/qemu-system-x86_64
drwxr-xr-x root/root usr/include/
-rwxr-xr-x root/root usr/include/libkvm.h
drwxr-xr-x root/root usr/include/linux/
-rwxr-xr-x root/root usr/include/linux/kvm.h
-rwxr-xr-x root/root usr/include/linux/kvm_para.h
drwxr-xr-x root/root usr/lib/
-rwxr-xr-x root/root usr/lib/libkvm.a

View File

@ -5,7 +5,7 @@
name=kvm
version=59
release=1
release=2
source=(http://dl.sourceforge.net/sourceforge/$name/$name-$version.tar.gz
$name-depmod.diff)
@ -16,4 +16,5 @@ build () {
make
make DESTDIR=$PKG install
ln -s /usr/bin/qemu-system-x86_64 $PKG/usr/bin/qemu
rm $PKG/usr/include/linux/kvm.h
}