net-analyzer/nagios-plugins: add trailing slash for ROOT (EAPI=7 fix).
authorMichael Orlitzky <mjo@gentoo.org>
Wed, 11 Dec 2019 16:24:24 +0000 (11:24 -0500)
committerMichael Orlitzky <mjo@gentoo.org>
Wed, 11 Dec 2019 16:24:55 +0000 (11:24 -0500)
Package-Manager: Portage-2.3.76, Repoman-2.3.16
Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
net-analyzer/nagios-plugins/nagios-plugins-2.3.1.ebuild

index 47d4b9d0a4f5e9a56ab3aa946a025bee5ed124fe..e60ae3dda0ccd695078714d9a726e055d015dbc1 100644 (file)
@@ -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"
 }