commit:     5c98471a761118e4e92b8a6605a20d1d7e8ed210
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 11 11:19:52 2019 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sun Aug 11 11:19:52 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c98471a

net-fs/autofs: [QA] Fix missing trailing slash

Package-Manager: Portage-2.3.71, Repoman-2.3.17
Signed-off-by: David Seifert <soap <AT> gentoo.org>

 net-fs/autofs/autofs-5.1.5-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-fs/autofs/autofs-5.1.5-r1.ebuild 
b/net-fs/autofs/autofs-5.1.5-r1.ebuild
index 79c538dd1e1..c7f1f39104f 100644
--- a/net-fs/autofs/autofs-5.1.5-r1.ebuild
+++ b/net-fs/autofs/autofs-5.1.5-r1.ebuild
@@ -103,9 +103,9 @@ pkg_postinst() {
                elog "This version of ${PN} requires a kernel with autofs4 
supporting"
                elog "protocol version 5.00. Patches for kernels older than 
2.6.30 have"
                elog "been installed into"
-               elog "${EROOT}usr/share/doc/${P}/patches."
+               elog "${EROOT}/usr/share/doc/${P}/patches."
                elog "For further instructions how to patch the kernel, please 
refer to"
-               elog "${EROOT}usr/share/doc/${P}/INSTALL."
+               elog "${EROOT}/usr/share/doc/${P}/INSTALL."
                elog
        fi
        elog "If you plan on using autofs for automounting remote NFS mounts,"

Reply via email to