depend.apache.eclass: Let APXS point to the new location of the binary.

This commit is contained in:
Lars Wendler
2016-12-21 09:56:49 +01:00
parent 426e90ebad
commit 0ee59f3362

View File

@@ -133,7 +133,7 @@ _init_apache2() {
# WARNING: Do not use these variables with anything that is put
# into the dependency cache (DEPEND/RDEPEND/etc)
APACHE_VERSION="2"
APXS="/usr/sbin/apxs2"
APXS="/usr/bin/apxs"
APACHE_BIN="/usr/sbin/apache2"
APACHE_CTL="/usr/sbin/apache2ctl"
APACHE_INCLUDEDIR="/usr/include/apache2"