From 9d31277f6928bbb4f49b265cf62fb25338579151 Mon Sep 17 00:00:00 2001 From: Slawomir Lis Date: Thu, 22 Jun 2017 08:51:22 +0200 Subject: net-analyzer/ntopng: installing missing lua files Reported in bug 622392 Reported-By: ffelix@inode64.com Package-Manager: Portage-2.3.6, Repoman-2.3.2 --- net-analyzer/ntopng/ntopng-3.0.ebuild | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'net-analyzer/ntopng') diff --git a/net-analyzer/ntopng/ntopng-3.0.ebuild b/net-analyzer/ntopng/ntopng-3.0.ebuild index b4b23cb72adc..234efdce69c1 100644 --- a/net-analyzer/ntopng/ntopng-3.0.ebuild +++ b/net-analyzer/ntopng/ntopng-3.0.ebuild @@ -67,6 +67,11 @@ src_install() { doins -r httpdocs doins -r scripts + dodir ${SHARE_NTOPNG_DIR}/third-party + insinto ${SHARE_NTOPNG_DIR}/third-party + doins -r third-party/i18n.lua-master + doins -r third-party/lua-resty-template-master + exeinto /usr/bin doexe ${PN} doman ${PN}.8 -- cgit v1.2.3-65-gdbad