diff options
author | Fabian Groffen <grobian@gentoo.org> | 2013-09-10 08:39:50 +0000 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2013-09-10 08:39:50 +0000 |
commit | 9fde4d70159abc9e05b9abe04a8c3654f79f5c35 (patch) | |
tree | 50311d3f8b1265e34d1b9ef46b816f308ced168c /app-admin/apache-tools | |
parent | Stable for amd64, wrt bug #483462 (diff) | |
download | gentoo-2-9fde4d70159abc9e05b9abe04a8c3654f79f5c35.tar.gz gentoo-2-9fde4d70159abc9e05b9abe04a8c3654f79f5c35.tar.bz2 gentoo-2-9fde4d70159abc9e05b9abe04a8c3654f79f5c35.zip |
Fix out of Prefix install, bug #483424
(Portage version: 2.2.01.22288-prefix/cvs/SunOS i386, signed Manifest commit with key 0x5F75F607C5C74E89)
Diffstat (limited to 'app-admin/apache-tools')
-rw-r--r-- | app-admin/apache-tools/ChangeLog | 6 | ||||
-rw-r--r-- | app-admin/apache-tools/apache-tools-2.4.4-r1.ebuild | 4 | ||||
-rw-r--r-- | app-admin/apache-tools/apache-tools-2.4.6.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/app-admin/apache-tools/ChangeLog b/app-admin/apache-tools/ChangeLog index 94f9ed33ac35..b0c2ac7e396c 100644 --- a/app-admin/apache-tools/ChangeLog +++ b/app-admin/apache-tools/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-admin/apache-tools # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/apache-tools/ChangeLog,v 1.166 2013/08/08 12:37:03 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/apache-tools/ChangeLog,v 1.167 2013/09/10 08:39:50 grobian Exp $ + + 10 Sep 2013; Fabian Groffen <grobian@gentoo.org> apache-tools-2.4.4-r1.ebuild, + apache-tools-2.4.6.ebuild: + Fix out of Prefix install, bug #483424 08 Aug 2013; Agostino Sarubbo <ago@gentoo.org> apache-tools-2.2.25.ebuild: Stable for sh, wrt bug #476568 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 \ diff --git a/app-admin/apache-tools/apache-tools-2.4.6.ebuild b/app-admin/apache-tools/apache-tools-2.4.6.ebuild index b945addfbba6..42463508226a 100644 --- a/app-admin/apache-tools/apache-tools-2.4.6.ebuild +++ b/app-admin/apache-tools/apache-tools-2.4.6.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.6.ebuild,v 1.2 2013/07/28 01:36:54 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/apache-tools/apache-tools-2.4.6.ebuild,v 1.3 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 \ |