diff options
author | Jeremy Olexa <darkside@gentoo.org> | 2010-01-22 15:49:58 +0000 |
---|---|---|
committer | Jeremy Olexa <darkside@gentoo.org> | 2010-01-22 15:49:58 +0000 |
commit | 2669e20e40cf48fddb718eea779f38b762bbc562 (patch) | |
tree | 4642ca7a9888fe6804163146b768a8cba224878e /xfce-base/xfconf | |
parent | Update p.mask on libmsn. (diff) | |
download | gentoo-2-2669e20e40cf48fddb718eea779f38b762bbc562.tar.gz gentoo-2-2669e20e40cf48fddb718eea779f38b762bbc562.tar.bz2 gentoo-2-2669e20e40cf48fddb718eea779f38b762bbc562.zip |
Fix out of prefix warning regarding document location
(Portage version: 2.1.6.13/cvs/Linux x86_64)
Diffstat (limited to 'xfce-base/xfconf')
-rw-r--r-- | xfce-base/xfconf/ChangeLog | 5 | ||||
-rw-r--r-- | xfce-base/xfconf/xfconf-4.7.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/xfce-base/xfconf/ChangeLog b/xfce-base/xfconf/ChangeLog index 91a0dc5c820e..3f758509cdd0 100644 --- a/xfce-base/xfconf/ChangeLog +++ b/xfce-base/xfconf/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for xfce-base/xfconf # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfconf/ChangeLog,v 1.20 2010/01/15 03:34:27 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfconf/ChangeLog,v 1.21 2010/01/22 15:49:58 darkside Exp $ + + 22 Jan 2010; Jeremy Olexa <darkside@gentoo.org> xfconf-4.7.0.ebuild: + Fix out of prefix warning regarding document location *xfconf-4.7.0 (15 Jan 2010) diff --git a/xfce-base/xfconf/xfconf-4.7.0.ebuild b/xfce-base/xfconf/xfconf-4.7.0.ebuild index 721d3f0f80a6..cb567fecf20f 100644 --- a/xfce-base/xfconf/xfconf-4.7.0.ebuild +++ b/xfce-base/xfconf/xfconf-4.7.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfconf/xfconf-4.7.0.ebuild,v 1.1 2010/01/15 03:34:27 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfconf/xfconf-4.7.0.ebuild,v 1.2 2010/01/22 15:49:58 darkside Exp $ EAPI=2 inherit xfconf @@ -37,7 +37,7 @@ pkg_setup() { --disable-gtk-doc-pdf $(use_enable debug) $(use_enable debug checks) - --with-html-dir=/usr/share/doc/${PF}/html" + --with-html-dir=${EPREFIX}/usr/share/doc/${PF}/html" use profile && XFCONF="${XFCONF} --enable-profiling" |