From c881ad2f2c5c36ce64ba8b514f98cde598d09f4b Mon Sep 17 00:00:00 2001 From: Dietmar Maurer Date: Sat, 9 Apr 2016 10:13:46 +0200 Subject: [PATCH] symlink vm.conf.5 manpage to qm.conf.5 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 9819c77b..7b9ce9c7 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}