]> git.proxmox.com Git - qemu-server.git/blobdiff - Makefile
add socat and unix socket for storage migration
[qemu-server.git] / Makefile
index 1502cce643d0e1c077cacfa1cfedc225347172db..54c66ab7fcb396af686b2c3b4f0aed9e82b03562 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,8 +1,6 @@
-RELEASE=4.2
-
 VERSION=4.0
 PACKAGE=qemu-server
-PKGREL=83
+PKGREL=103
 
 CFLAGS= -O2 -Werror -Wall -Wtype-limits -Wl,-z,relro 
 
@@ -71,6 +69,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}
@@ -89,8 +88,9 @@ install: ${PKGSOURCES}
        gzip -9 ${DESTDIR}/${MAN5DIR}/qm.conf.5
        cd ${DESTDIR}/${MAN5DIR}; ln -s qm.conf.5.gz vm.conf.5.gz
 
-.PHONY: deb ${DEB}
+.PHONY: deb
 deb ${DEB}: ${PKGSOURCES}
+       rm -f *.deb
        rm -rf build
        mkdir build
        make DESTDIR=${CURDIR}/build install