summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Orlitzky <mjo@gentoo.org>2019-12-11 11:24:24 -0500
committerMichael Orlitzky <mjo@gentoo.org>2019-12-11 11:24:55 -0500
commit3c259a18d98df74a99fa112fb505c22e91180359 (patch)
treeded3ad913dc64e0a3c2ab3b70ad9b1b932150136 /net-analyzer/nagios-plugins
parentsys-kernel/vanilla-kernel: New package providing built kernel (diff)
downloadgentoo-3c259a18d98df74a99fa112fb505c22e91180359.tar.gz
gentoo-3c259a18d98df74a99fa112fb505c22e91180359.tar.bz2
gentoo-3c259a18d98df74a99fa112fb505c22e91180359.zip
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@gentoo.org>
Diffstat (limited to 'net-analyzer/nagios-plugins')
-rw-r--r--net-analyzer/nagios-plugins/nagios-plugins-2.3.1.ebuild2
1 files changed, 1 insertions, 1 deletions
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"
}