diff options
Diffstat (limited to 'net-analyzer/ntopng/ntopng-3.0.ebuild')
-rw-r--r-- | net-analyzer/ntopng/ntopng-3.0.ebuild | 5 |
1 files changed, 5 insertions, 0 deletions
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 |