commit: 3c259a18d98df74a99fa112fb505c22e91180359
Author: Michael Orlitzky <mjo <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 11 16:24:24 2019 +0000
Commit: Michael Orlitzky <mjo <AT> gentoo <DOT> org>
CommitDate: Wed Dec 11 16:24:55 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c259a18
net-analyzer/nagios-plugins: add trailing slash for ROOT (EAPI=7 fix).
Package-Manager: Portage-2.3.76, Repoman-2.3.16
Signed-off-by: Michael Orlitzky <mjo <AT> gentoo.org>
net-analyzer/nagios-plugins/nagios-plugins-2.3.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-analyzer/nagios-plugins/nagios-plugins-2.3.1.ebuild
b/net-analyzer/nagios-plugins/nagios-plugins-2.3.1.ebuild
index 47d4b9d0a4f..e60ae3dda0c 100644
--- a/net-analyzer/nagios-plugins/nagios-plugins-2.3.1.ebuild
+++ b/net-analyzer/nagios-plugins/nagios-plugins-2.3.1.ebuild
@@ -116,5 +116,5 @@ pkg_postinst() {
elog "are able to monitor. Depending on what you want to monitor, some"
elog "or all of these USE flags need to be set."
elog
- elog "The plugins are installed in
${ROOT}usr/$(get_libdir)/nagios/plugins"
+ elog "The plugins are installed in
${ROOT}/usr/$(get_libdir)/nagios/plugins"
}