]> git.proxmox.com Git - qemu-server.git/blobdiff - Makefile
disable kvm cpu signature if x-vga is enabled
[qemu-server.git] / Makefile
index 61a25e0e3433a90bf68cfbf947842c4c26d2ed35..44dd1e0617a7175a3114953972dc1333dafb17c0 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -2,7 +2,7 @@ RELEASE=3.2
 
 VERSION=3.1
 PACKAGE=qemu-server
-PKGREL=18
+PKGREL=27
 
 DESTDIR=
 PREFIX=/usr
@@ -75,6 +75,7 @@ install: ${PKGSOURCES}
        install -d ${DESTDIR}/usr/share/man/man5
        install -d ${DESTDIR}/usr/share/${PACKAGE}
        install -m 0644 pve-usb.cfg ${DESTDIR}/usr/share/${PACKAGE}
+       install -m 0644 pve-q35.cfg ${DESTDIR}/usr/share/${PACKAGE}
        make -C PVE install
        install -m 0755 qm ${DESTDIR}${SBINDIR}
        install -m 0755 qmrestore ${DESTDIR}${SBINDIR}