From 6e3cc9758bd18806d5d043676c5738e26d9db034 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tam=C3=A1s=20G=C3=A9rczei?= Date: Thu, 17 Oct 2019 19:41:14 +0200 Subject: [PATCH] added man pages --- app-backup/znapzend/znapzend-0.19.1.ebuild | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app-backup/znapzend/znapzend-0.19.1.ebuild b/app-backup/znapzend/znapzend-0.19.1.ebuild index f57080c..e578da5 100644 --- a/app-backup/znapzend/znapzend-0.19.1.ebuild +++ b/app-backup/znapzend/znapzend-0.19.1.ebuild @@ -38,11 +38,15 @@ src_install() { insinto /opt/lib doins -r thirdparty/lib/perl5/* + doman man/znapzend{,zetup,ztatz}.1 + newinitd ${FILESDIR}/initd_${PN} ${PN} } pkg_postinst() { + elog "" elog "This software release depends on modules no longer available through Portage." elog "Since it will automatically obtain them from CPAN automatically, they will be" elog "placed under '/opt/lib' in order not to interfere with the rest of the system." + elog "" }