From: Michael Orlitzky Date: Wed, 11 Dec 2019 16:24:24 +0000 (-0500) Subject: net-analyzer/nagios-plugins: add trailing slash for ROOT (EAPI=7 fix). X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=3c259a18d98df74a99fa112fb505c22e91180359;p=gentoo.git 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 --- 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 47d4b9d0a4f5..e60ae3dda0cc 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" }