]> git.proxmox.com Git - qemu-server.git/blobdiff - Makefile
qm agent: add output formatter
[qemu-server.git] / Makefile
index 99f589f940a5668952965f5efc124fe8a556c51d..1b0ed7bf4f0518c26c229f9fc70468758a691802 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,8 +1,8 @@
-RELEASE=4.2
+RELEASE=4.3
 
 VERSION=4.0
 PACKAGE=qemu-server
-PKGREL=84
+PKGREL=98
 
 CFLAGS= -O2 -Werror -Wall -Wtype-limits -Wl,-z,relro 
 
@@ -71,6 +71,7 @@ install: ${PKGSOURCES}
        install -m 0644 pve-q35.cfg ${DESTDIR}/usr/share/${PACKAGE}
        install -m 0644 -D qm.bash-completion ${DESTDIR}/${BASHCOMPLDIR}/qm
        install -m 0644 -D qmrestore.bash-completion ${DESTDIR}/${BASHCOMPLDIR}/qmrestore
+       install -m 0644 -D bootsplash.jpg ${DESTDIR}/usr/share/${PACKAGE}
        make -C PVE install
        install -m 0755 qm ${DESTDIR}${SBINDIR}
        install -m 0755 qmrestore ${DESTDIR}${SBINDIR}