diff options
author | Mike Pagano <mpagano@gentoo.org> | 2023-05-12 14:03:05 -0400 |
---|---|---|
committer | Mike Pagano <mpagano@gentoo.org> | 2023-05-12 14:03:05 -0400 |
commit | f1b9a50b5af2023c821da0b8e2ef6c7cf488b5ff (patch) | |
tree | 3b01f5bbde3d9bf79b805c92ea46431519d4e69e /www-servers | |
parent | mail-client/neomutt: cleanup (diff) | |
download | gentoo-f1b9a50b5af2023c821da0b8e2ef6c7cf488b5ff.tar.gz gentoo-f1b9a50b5af2023c821da0b8e2ef6c7cf488b5ff.tar.bz2 gentoo-f1b9a50b5af2023c821da0b8e2ef6c7cf488b5ff.zip |
www-servers/nginx-unit: Fix for install to unexpected path
Closes: https://bugs.gentoo.org/906217
Signed-off-by: Mike Pagano <mpagano@gentoo.org>
Diffstat (limited to 'www-servers')
-rw-r--r-- | www-servers/nginx-unit/nginx-unit-1.30.0.ebuild | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/www-servers/nginx-unit/nginx-unit-1.30.0.ebuild b/www-servers/nginx-unit/nginx-unit-1.30.0.ebuild index 56572c06da8b..92bb5f48b16f 100644 --- a/www-servers/nginx-unit/nginx-unit-1.30.0.ebuild +++ b/www-servers/nginx-unit/nginx-unit-1.30.0.ebuild @@ -88,6 +88,8 @@ src_configure() { src_install() { default + rm -rf "${ED}"/usr/var + diropts -m 0770 keepdir /var/lib/${PN} newinitd "${FILESDIR}/${PN}.initd-r1" ${PN} |