summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2013-01-17 15:54:07 +0000
committerJustin Lecher <jlec@gentoo.org>2013-01-17 15:54:07 +0000
commit4f677f7db218c64994930225c6c5b73b0ad7da49 (patch)
treee00f655387b2e27a76dc66366dd849ae0bf4f541 /app-text/xmlstarlet/xmlstarlet-1.4.2.ebuild
parentLink to upstream bug. (diff)
downloadgentoo-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/xmlstarlet/xmlstarlet-1.4.2.ebuild')
-rw-r--r--app-text/xmlstarlet/xmlstarlet-1.4.2.ebuild4
1 files changed, 2 insertions, 2 deletions
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