]> git.proxmox.com Git - qemu-server.git/commitdiff
symlink vm.conf.5 manpage to qm.conf.5
authorDietmar Maurer <dietmar@proxmox.com>
Sat, 9 Apr 2016 08:13:46 +0000 (10:13 +0200)
committerDietmar Maurer <dietmar@proxmox.com>
Sat, 9 Apr 2016 08:13:46 +0000 (10:13 +0200)
Makefile

index 9819c77bde3c8136aae6831aaaa1727724a485ad..7b9ce9c73c08e6c02e15bb03fe14ac240fa7f1b5 100644 (file)
--- 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}