diff options
author | Joonas Niilola <juippis@gentoo.org> | 2020-01-28 14:33:23 +0200 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2020-01-28 14:33:55 +0200 |
commit | 1418c9e2a5d281920118feb305cc72226c72f5ce (patch) | |
tree | eb88f18888ae3042ed3c51be1cca4bf3dcef810f /net-analyzer | |
parent | net-dns/dnssec-validator: fix UnnecessarySlashStrip CI issue (diff) | |
download | gentoo-1418c9e2a5d281920118feb305cc72226c72f5ce.tar.gz gentoo-1418c9e2a5d281920118feb305cc72226c72f5ce.tar.bz2 gentoo-1418c9e2a5d281920118feb305cc72226c72f5ce.zip |
net-analyzer/mk-livestatus: fix UnnecessarySlashStrip CI issue
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'net-analyzer')
-rw-r--r-- | net-analyzer/mk-livestatus/mk-livestatus-1.5.0_p22-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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 658d951078ac..a0d42e5b3a7e 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 |