diff options
author | Lars Wendler <polynomial-c@gentoo.org> | 2021-10-04 13:39:25 +0200 |
---|---|---|
committer | Lars Wendler <polynomial-c@gentoo.org> | 2021-10-04 13:39:25 +0200 |
commit | dc06aa24cea95a6bbe2e4f61ca2e25870df2b1fb (patch) | |
tree | 3ae5ef428e1957cf145612dea6fd712c091a31a9 /www-servers | |
parent | app-admin/apache-tools: Removed unused eclasses from inherit (diff) | |
download | gentoo-dc06aa24cea95a6bbe2e4f61ca2e25870df2b1fb.tar.gz gentoo-dc06aa24cea95a6bbe2e4f61ca2e25870df2b1fb.tar.bz2 gentoo-dc06aa24cea95a6bbe2e4f61ca2e25870df2b1fb.zip |
www-servers/apache: Minor ebuild tweaks
Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
Diffstat (limited to 'www-servers')
-rw-r--r-- | www-servers/apache/apache-2.4.50.ebuild | 4 |
1 files 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 6a9cffacc43c..0324ab43e57a 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)" |