diff options
author | Slawomir Lis <slis@gentoo.org> | 2017-06-22 08:51:22 +0200 |
---|---|---|
committer | Slawomir Lis <slis@gentoo.org> | 2017-06-22 08:51:22 +0200 |
commit | 9d31277f6928bbb4f49b265cf62fb25338579151 (patch) | |
tree | 960c223d3f9c8e3559e50df9af23a73c96a365a6 /net-analyzer | |
parent | dev-perl/Chart-Math-Axis: Fix broken Module::Install::DSL patching (diff) | |
download | gentoo-9d31277f6928bbb4f49b265cf62fb25338579151.tar.gz gentoo-9d31277f6928bbb4f49b265cf62fb25338579151.tar.bz2 gentoo-9d31277f6928bbb4f49b265cf62fb25338579151.zip |
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
Diffstat (limited to 'net-analyzer')
-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 |