From 5c98471a761118e4e92b8a6605a20d1d7e8ed210 Mon Sep 17 00:00:00 2001 From: David Seifert Date: Sun, 11 Aug 2019 13:19:52 +0200 Subject: [PATCH] net-fs/autofs: [QA] Fix missing trailing slash Package-Manager: Portage-2.3.71, Repoman-2.3.17 Signed-off-by: David Seifert --- 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 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," -- 2.26.2