X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=Makefile;h=88bedb38c61ea6ea293c4721908f3392d31aee43;hb=58b1a8d75d9501297e205f9c2c3303c54204ecb3;hp=25eb34fffd5b6f56b6ea149249e3150d83bd3054;hpb=424f9940af2a3c1e61faac8db65e72900d067d63;p=qemu-server.git diff --git a/Makefile b/Makefile index 25eb34f..88bedb3 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ VERSION=5.0 PACKAGE=qemu-server -PKGREL=15 +PKGREL=34 CFLAGS= -O2 -Werror -Wall -Wtype-limits -Wl,-z,relro @@ -20,7 +20,7 @@ export PERLDIR=${PREFIX}/share/perl5 PERLINCDIR=${PERLDIR}/asm-x86_64 ARCH:=$(shell dpkg-architecture -qDEB_BUILD_ARCH) -GITVERSION:=$(shell cat .git/refs/heads/master) +GITVERSION:=$(shell git rev-parse HEAD) DEB=${PACKAGE}_${VERSION}-${PKGREL}_${ARCH}.deb @@ -69,12 +69,12 @@ install: ${PKGSOURCES} install -D -m 0644 modules-load.conf ${DESTDIR}/etc/modules-load.d/qemu-server.conf install -m 0755 qmextract ${DESTDIR}${LIBDIR} install -m 0644 qm.1 ${DESTDIR}/${MAN1DIR} - gzip -9 -n ${DESTDIR}/${MAN1DIR}/qm.1 + gzip -9 -n -f ${DESTDIR}/${MAN1DIR}/qm.1 install -m 0644 qmrestore.1 ${DESTDIR}/${MAN1DIR} - gzip -9 -n ${DESTDIR}/${MAN1DIR}/qmrestore.1 + gzip -9 -n -f ${DESTDIR}/${MAN1DIR}/qmrestore.1 install -m 0644 qm.conf.5 ${DESTDIR}/${MAN5DIR} - gzip -9 -n ${DESTDIR}/${MAN5DIR}/qm.conf.5 - cd ${DESTDIR}/${MAN5DIR}; ln -s qm.conf.5.gz vm.conf.5.gz + gzip -9 -n -f ${DESTDIR}/${MAN5DIR}/qm.conf.5 + cd ${DESTDIR}/${MAN5DIR}; ln -s -f qm.conf.5.gz vm.conf.5.gz .PHONY: deb deb: ${DEB}