From 92b39d0671e222a5dc72d2e4bdb94d64f186cfa6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tam=C3=A1s=20G=C3=A9rczei?= Date: Sun, 12 Apr 2020 20:14:48 +0200 Subject: [PATCH] updated elog message --- app-backup/znapzend/znapzend-0.20.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-backup/znapzend/znapzend-0.20.0.ebuild b/app-backup/znapzend/znapzend-0.20.0.ebuild index b78353b..6898f4d 100644 --- a/app-backup/znapzend/znapzend-0.20.0.ebuild +++ b/app-backup/znapzend/znapzend-0.20.0.ebuild @@ -50,8 +50,8 @@ src_install() { pkg_postinst() { elog "" - elog "This software release depends on modules no longer available through Portage." + elog "This software release depends on modules not available through Portage." elog "Since it will automatically obtain them from CPAN, they will be placed under" - elog "'/opt/lib' in order not to interfere with the rest of the system." + elog "'/usr/share/znapzend/perl5' in order not to interfere with the rest of the system." elog "" }