From 89e50385a8f2628af97d7d157f0969afb53df1cc Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Tue, 24 Sep 2019 18:03:46 +0200 Subject: [PATCH] buildsys: omit manual manpage gzip, done by debhelpers Signed-off-by: Thomas Lamprecht --- Makefile | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Makefile b/Makefile index 6e8fc78a..b9ed5786 100644 --- a/Makefile +++ b/Makefile @@ -94,13 +94,9 @@ 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 -f ${DESTDIR}/${MAN1DIR}/qm.1 install -m 0644 qmeventd.8 ${DESTDIR}/${MAN8DIR} - gzip -9 -n -f ${DESTDIR}/${MAN8DIR}/qmeventd.8 install -m 0644 qmrestore.1 ${DESTDIR}/${MAN1DIR} - gzip -9 -n -f ${DESTDIR}/${MAN1DIR}/qmrestore.1 install -m 0644 qm.conf.5 ${DESTDIR}/${MAN5DIR} - 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