commit: 1418c9e2a5d281920118feb305cc72226c72f5ce
Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 28 12:33:23 2020 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Tue Jan 28 12:33:55 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1418c9e2
net-analyzer/mk-livestatus: fix UnnecessarySlashStrip CI issue
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
net-analyzer/mk-livestatus/mk-livestatus-1.5.0_p22-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-analyzer/mk-livestatus/mk-livestatus-1.5.0_p22-r1.ebuild
b/net-analyzer/mk-livestatus/mk-livestatus-1.5.0_p22-r1.ebuild
index 658d951078a..a0d42e5b3a7 100644
--- a/net-analyzer/mk-livestatus/mk-livestatus-1.5.0_p22-r1.ebuild
+++ b/net-analyzer/mk-livestatus/mk-livestatus-1.5.0_p22-r1.ebuild
@@ -120,7 +120,7 @@ src_install() {
cat <<EOF >"${T}"/nagios.cfg
# Ensure all data is set to event brokers
event_broker_options=-1
-broker_module=${EPREFIX%/}/usr/$(get_libdir)/${PN}/livestatus.o
+broker_module=${EPREFIX}/usr/$(get_libdir)/${PN}/livestatus.o
EOF
# same for icinga
cat <<EOF >"${T}"/icinga.cfg