mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-05 12:38:09 -07:00
www-servers/apache: Minor ebuild tweaks
Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
This commit is contained in:
@@ -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)"
|
||||
|
||||
Reference in New Issue
Block a user