From: David Seifert Date: Sun, 11 Aug 2019 11:19:52 +0000 (+0200) Subject: net-fs/autofs: [QA] Fix missing trailing slash X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=5c98471a761118e4e92b8a6605a20d1d7e8ed210;p=gentoo.git net-fs/autofs: [QA] Fix missing trailing slash Package-Manager: Portage-2.3.71, Repoman-2.3.17 Signed-off-by: David Seifert --- diff --git a/net-fs/autofs/autofs-5.1.5-r1.ebuild b/net-fs/autofs/autofs-5.1.5-r1.ebuild index 79c538dd1e1c..c7f1f39104fe 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,"