diff options
author | 2009-01-01 09:36:36 +0000 | |
---|---|---|
committer | 2009-01-01 09:36:36 +0000 | |
commit | a447152b4f76208cbc2b1ca200247510e2e52f55 (patch) | |
tree | 7ccf1815fab421b91f95afc268970cb7acc08e37 /eclass | |
parent | Added app-portage/layman-1.2.3. (diff) | |
download | historical-a447152b4f76208cbc2b1ca200247510e2e52f55.tar.gz historical-a447152b4f76208cbc2b1ca200247510e2e52f55.tar.bz2 historical-a447152b4f76208cbc2b1ca200247510e2e52f55.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 } |