diff options
author | Craig Andrews <candrews@gentoo.org> | 2021-07-06 19:50:21 -0400 |
---|---|---|
committer | Craig Andrews <candrews@gentoo.org> | 2021-07-06 19:50:44 -0400 |
commit | a71f86c43ee1b4b6cfd9e49df0b1dc13f45b1b3e (patch) | |
tree | 0f3d16d50ab95faefde1c91a6a734595939c60b3 /www-apache | |
parent | app-arch/rar: amd64 & x86 stable (diff) | |
download | gentoo-a71f86c43ee1b4b6cfd9e49df0b1dc13f45b1b3e.tar.gz gentoo-a71f86c43ee1b4b6cfd9e49df0b1dc13f45b1b3e.tar.bz2 gentoo-a71f86c43ee1b4b6cfd9e49df0b1dc13f45b1b3e.zip |
www-apache/mod_h2: use apache2ctl instead of apachectl
Closes: https://bugs.gentoo.org/800908
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Craig Andrews <candrews@gentoo.org>
Diffstat (limited to 'www-apache')
-rw-r--r-- | www-apache/mod_h2/mod_h2-1.15.21.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www-apache/mod_h2/mod_h2-1.15.21.ebuild b/www-apache/mod_h2/mod_h2-1.15.21.ebuild index 9d7e1b600b10..6810ef8cd25a 100644 --- a/www-apache/mod_h2/mod_h2-1.15.21.ebuild +++ b/www-apache/mod_h2/mod_h2-1.15.21.ebuild @@ -33,6 +33,7 @@ need_apache2_4 src_prepare() { default + sed -i -e 's#SBINDIR/apachectl#SBINDIR/apache2ctl#' configure.ac || die # https://github.com/icing/mod_h2/issues/218 eautoreconf } |