diff options
Diffstat (limited to 'app-admin/apache-tools/apache-tools-2.4.4-r1.ebuild')
-rw-r--r-- | app-admin/apache-tools/apache-tools-2.4.4-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-admin/apache-tools/apache-tools-2.4.4-r1.ebuild b/app-admin/apache-tools/apache-tools-2.4.4-r1.ebuild index eaca38510d1a..19c4c5c3fd6c 100644 --- a/app-admin/apache-tools/apache-tools-2.4.4-r1.ebuild +++ b/app-admin/apache-tools/apache-tools-2.4.4-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/apache-tools/apache-tools-2.4.4-r1.ebuild,v 1.1 2013/03/25 03:21:12 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/apache-tools/apache-tools-2.4.4-r1.ebuild,v 1.2 2013/09/10 08:39:50 grobian Exp $ EAPI="3" inherit flag-o-matic eutils multilib @@ -36,7 +36,7 @@ src_configure() { # econf overwrites the stuff from config.layout, so we have to put them into # our myconf line too econf \ - --libexecdir=/usr/$(get_libdir)/apache2/modules \ + --libexecdir="${EPREFIX}"/usr/$(get_libdir)/apache2/modules \ --sbindir="${EPREFIX}"/usr/sbin \ --with-perl="${EPREFIX}"/usr/bin/perl \ --with-expat="${EPREFIX}"/usr \ |