diff options
author | Lars Wendler <polynomial-c@gentoo.org> | 2016-12-21 09:56:49 +0100 |
---|---|---|
committer | Lars Wendler <polynomial-c@gentoo.org> | 2016-12-21 09:58:01 +0100 |
commit | 0ee59f3362ca782f0996ef4fcd5ebf5ea13dfef7 (patch) | |
tree | 1d13fefb4af64bc17d661a91a6c07cf4deb3c0cd /eclass | |
parent | www-apache/mod_gnutls: Bump to version 0.8.1. Removed old. (diff) | |
download | gentoo-0ee59f3362ca782f0996ef4fcd5ebf5ea13dfef7.tar.gz gentoo-0ee59f3362ca782f0996ef4fcd5ebf5ea13dfef7.tar.bz2 gentoo-0ee59f3362ca782f0996ef4fcd5ebf5ea13dfef7.zip |
depend.apache.eclass: Let APXS point to the new location of the binary.
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/depend.apache.eclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/eclass/depend.apache.eclass b/eclass/depend.apache.eclass index ba08318c9db1..3840a375e7c7 100644 --- a/eclass/depend.apache.eclass +++ b/eclass/depend.apache.eclass @@ -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" |