commit: dc06aa24cea95a6bbe2e4f61ca2e25870df2b1fb
Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 4 11:39:25 2021 +0000
Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
CommitDate: Mon Oct 4 11:39:25 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc06aa24
www-servers/apache: Minor ebuild tweaks
Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>
www-servers/apache/apache-2.4.50.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/www-servers/apache/apache-2.4.50.ebuild
b/www-servers/apache/apache-2.4.50.ebuild
index 6a9cffacc43..0324ab43e57 100644
--- a/www-servers/apache/apache-2.4.50.ebuild
+++ b/www-servers/apache/apache-2.4.50.ebuild
@@ -162,7 +162,7 @@ src_configure() {
}
src_compile() {
- if tc-is-cross-compiler; then
+ if tc-is-cross-compiler ; then
# This header is the same across targets, so use the build
compiler.
pushd server >/dev/null
emake gen_test_char
@@ -249,7 +249,7 @@ pkg_postinst() {
lbset=1 && break
fi
done
- if [ ! ${lbset} ] ; then
+ if [[ ! ${lbset} ]] ; then
echo
ewarn "Info: Missing load balancing scheduler algorithm
module"
ewarn "(They were split off from proxy_balancer in 2.3)"