From: Dietmar Maurer Date: Sat, 9 Apr 2016 08:13:46 +0000 (+0200) Subject: symlink vm.conf.5 manpage to qm.conf.5 X-Git-Url: https://git.proxmox.com/?p=qemu-server.git;a=commitdiff_plain;h=c881ad2f2c5c36ce64ba8b514f98cde598d09f4b symlink vm.conf.5 manpage to qm.conf.5 --- diff --git a/Makefile b/Makefile index 9819c77..7b9ce9c 100644 --- a/Makefile +++ b/Makefile @@ -87,7 +87,7 @@ install: ${PKGSOURCES} gzip -9 ${DESTDIR}/${MAN1DIR}/qmrestore.1 install -m 0644 qm.conf.5 ${DESTDIR}/${MAN5DIR} gzip -9 ${DESTDIR}/${MAN5DIR}/qm.conf.5 - + cd ${DESTDIR}/${MAN5DIR}; ln -s qm.conf.5.gz vm.conf.5.gz .PHONY: deb ${DEB} deb ${DEB}: ${PKGSOURCES}