diff options
author | Justin Lecher <jlec@gentoo.org> | 2012-05-22 08:20:39 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2012-05-22 08:20:39 +0000 |
commit | 2b7fe67cf1cfd1037a56d7a0a2ad9f065477153d (patch) | |
tree | f340e32a14b10a8f4a00e182beea74e9eb37b63d /gnome-base/gconf | |
parent | mask x11-wm/parti (diff) | |
download | gentoo-2-2b7fe67cf1cfd1037a56d7a0a2ad9f065477153d.tar.gz gentoo-2-2b7fe67cf1cfd1037a56d7a0a2ad9f065477153d.tar.bz2 gentoo-2-2b7fe67cf1cfd1037a56d7a0a2ad9f065477153d.zip |
Add small prefix fix, drop unnecessary die
(Portage version: 2.2.0_alpha107/cvs/Linux x86_64)
Diffstat (limited to 'gnome-base/gconf')
-rw-r--r-- | gnome-base/gconf/ChangeLog | 5 | ||||
-rw-r--r-- | gnome-base/gconf/gconf-3.2.5.ebuild | 8 |
2 files changed, 8 insertions, 5 deletions
diff --git a/gnome-base/gconf/ChangeLog b/gnome-base/gconf/ChangeLog index 0754d26a0be4..0d49d7207cd3 100644 --- a/gnome-base/gconf/ChangeLog +++ b/gnome-base/gconf/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for gnome-base/gconf # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/gconf/ChangeLog,v 1.268 2012/05/09 01:36:04 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/gconf/ChangeLog,v 1.269 2012/05/22 08:20:39 jlec Exp $ + + 22 May 2012; Justin Lecher <jlec@gentoo.org> gconf-3.2.5.ebuild: + Add small prefix fix, drop unnecessary die 09 May 2012; Alexis Ballier <aballier@gentoo.org> gconf-3.2.5.ebuild: keyword ~amd64-fbsd diff --git a/gnome-base/gconf/gconf-3.2.5.ebuild b/gnome-base/gconf/gconf-3.2.5.ebuild index 2a530fc5851a..cf58fd77b0ec 100644 --- a/gnome-base/gconf/gconf-3.2.5.ebuild +++ b/gnome-base/gconf/gconf-3.2.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/gconf/gconf-3.2.5.ebuild,v 1.3 2012/05/09 01:36:04 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/gconf/gconf-3.2.5.ebuild,v 1.4 2012/05/22 08:20:39 jlec Exp $ EAPI="4" GCONF_DEBUG="yes" @@ -66,10 +66,10 @@ src_install() { # Make sure this directory exists, bug #268070, upstream #572027 keepdir /etc/gconf/gconf.xml.system - echo 'CONFIG_PROTECT_MASK="/etc/gconf"' > 50gconf + echo 'CONFIG_PROTECT_MASK="${EPREFIX}/etc/gconf"' > 50gconf echo 'GSETTINGS_BACKEND="gconf"' >> 50gconf - doenvd 50gconf || die "doenv failed" - dodir /root/.gconfd || die + doenvd 50gconf + dodir /root/.gconfd } pkg_preinst() { |