diff options
author | Justin Lecher <jlec@gentoo.org> | 2013-01-17 15:54:07 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2013-01-17 15:54:07 +0000 |
commit | 4f677f7db218c64994930225c6c5b73b0ad7da49 (patch) | |
tree | e00f655387b2e27a76dc66366dd849ae0bf4f541 /app-text | |
parent | Link to upstream bug. (diff) | |
download | gentoo-2-4f677f7db218c64994930225c6c5b73b0ad7da49.tar.gz gentoo-2-4f677f7db218c64994930225c6c5b73b0ad7da49.tar.bz2 gentoo-2-4f677f7db218c64994930225c6c5b73b0ad7da49.zip |
app-text/xmlstarlet: Fix out-of-prefix installation
(Portage version: 2.2.0_alpha154/cvs/Linux x86_64, signed Manifest commit with key 70EB7916)
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/xmlstarlet/ChangeLog | 5 | ||||
-rw-r--r-- | app-text/xmlstarlet/xmlstarlet-1.4.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-text/xmlstarlet/ChangeLog b/app-text/xmlstarlet/ChangeLog index 55d43b65376b..79f755aa7895 100644 --- a/app-text/xmlstarlet/ChangeLog +++ b/app-text/xmlstarlet/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-text/xmlstarlet # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/xmlstarlet/ChangeLog,v 1.44 2013/01/14 02:59:42 sping Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/xmlstarlet/ChangeLog,v 1.45 2013/01/17 15:54:07 jlec Exp $ + + 17 Jan 2013; Justin Lecher <jlec@gentoo.org> xmlstarlet-1.4.2.ebuild: + Fix out-of-prefix installation *xmlstarlet-1.4.2 (14 Jan 2013) diff --git a/app-text/xmlstarlet/xmlstarlet-1.4.2.ebuild b/app-text/xmlstarlet/xmlstarlet-1.4.2.ebuild index 44c2fd990748..d61eca6dfceb 100644 --- a/app-text/xmlstarlet/xmlstarlet-1.4.2.ebuild +++ b/app-text/xmlstarlet/xmlstarlet-1.4.2.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-text/xmlstarlet/xmlstarlet-1.4.2.ebuild,v 1.1 2013/01/14 02:59:42 sping Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/xmlstarlet/xmlstarlet-1.4.2.ebuild,v 1.2 2013/01/17 15:54:07 jlec Exp $ EAPI="4" @@ -27,7 +27,7 @@ src_configure() { # - doc/xmlstarlet.txt # - doc/xmlstarlet.1 econf \ - --docdir=/usr/share/doc/${PF} \ + --docdir="${EPREFIX}/usr/share/doc/${PF}" \ --disable-build-docs \ --disable-static-libs \ --disable-silent-rules |