X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=Makefile;h=88825cd0264ae3d1b52a574c1933333083ccb1f8;hb=cad05dcfaad90d97b99bc1f08cc3591964c11487;hp=4984e4bef94daa6d91b59c357d605a458920f877;hpb=ffc0bacfa5851cb2e384f9f77cb9a07a3039856e;p=qemu-server.git diff --git a/Makefile b/Makefile index 4984e4b..88825cd 100644 --- a/Makefile +++ b/Makefile @@ -1,8 +1,8 @@ -RELEASE=4.2 +RELEASE=4.3 VERSION=4.0 PACKAGE=qemu-server -PKGREL=83 +PKGREL=95 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}