diff options
author | Peter Volkov <pva@gentoo.org> | 2009-01-01 09:36:36 +0000 |
---|---|---|
committer | Peter Volkov <pva@gentoo.org> | 2009-01-01 09:36:36 +0000 |
commit | b4cde4fc7147a54cde0e307b02382e22c4540fdc (patch) | |
tree | 9dd17474271a9722ae25031b4c81e8797c6ff482 /eclass | |
parent | Added app-portage/layman-1.2.3. (diff) | |
download | gentoo-2-b4cde4fc7147a54cde0e307b02382e22c4540fdc.tar.gz gentoo-2-b4cde4fc7147a54cde0e307b02382e22c4540fdc.tar.bz2 gentoo-2-b4cde4fc7147a54cde0e307b02382e22c4540fdc.zip |
Fixed merging with custom ROOT, bug #247968, thank Łukasz Mierzwa for report.
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/font.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/font.eclass b/eclass/font.eclass index 0a736efbc0b0..3c648458398d 100644 --- a/eclass/font.eclass +++ b/eclass/font.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/font.eclass,v 1.39 2008/08/19 10:34:22 pva Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/font.eclass,v 1.40 2009/01/01 09:36:36 pva Exp $ # @ECLASS: font.eclass # @MAINTAINER: @@ -81,7 +81,7 @@ font_xft_config() { # create fontconfig cache einfo "Creating fontconfig cache ..." # Mac OS X has fc-cache at /usr/X11R6/bin - HOME="/root" fc-cache -f "${D}${FONTDIR}" + fc-cache -sf "${D}${FONTDIR}" fi } |