diff options
author | Sam James <sam@gentoo.org> | 2023-04-23 07:42:05 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-04-23 07:43:13 +0100 |
commit | 4456cdbebd00b2c9308df8b430ea5f07393584c0 (patch) | |
tree | 8971c654b06583815f82976ece901a01166a1dc5 /net-analyzer/ntopng | |
parent | dev-libs/apache-arrow: add brotli, compute, ssl support (diff) | |
download | gentoo-4456cdbebd00b2c9308df8b430ea5f07393584c0.tar.gz gentoo-4456cdbebd00b2c9308df8b430ea5f07393584c0.tar.bz2 gentoo-4456cdbebd00b2c9308df8b430ea5f07393584c0.zip |
net-analyzer/ntopng: install web assets to correct path
Closes: https://bugs.gentoo.org/904755
Bug: https://bugs.gentoo.org/894152
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-analyzer/ntopng')
-rw-r--r-- | net-analyzer/ntopng/ntopng-5.6-r2.ebuild (renamed from net-analyzer/ntopng/ntopng-5.6-r1.ebuild) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-analyzer/ntopng/ntopng-5.6-r1.ebuild b/net-analyzer/ntopng/ntopng-5.6-r2.ebuild index 765764836c15..9dca5e2d0a9e 100644 --- a/net-analyzer/ntopng/ntopng-5.6-r1.ebuild +++ b/net-analyzer/ntopng/ntopng-5.6-r2.ebuild @@ -81,7 +81,7 @@ src_install() { doins -r httpdocs doins -r scripts - insinto "${SHARE_NTOPNG_DIR}"/httpdocs + insinto "${SHARE_NTOPNG_DIR}"/httpdocs/dist doins -r "${WORKDIR}"/ntopng-dist-${NTOPNG_DIST_COMMIT}/. insinto "${SHARE_NTOPNG_DIR}/third-party" |