diff options
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" |