Gentoo Archives: gentoo-commits

From: "Peter Volkov (pva)" <pva@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in eclass: font.eclass
Date: Thu, 01 Jan 2009 09:36:38
Message-Id: E1LIJym-0003Hl-DS@stork.gentoo.org
1 pva 09/01/01 09:36:36
2
3 Modified: font.eclass
4 Log:
5 Fixed merging with custom ROOT, bug #247968, thank Ɓukasz Mierzwa for report.
6
7 Revision Changes Path
8 1.40 eclass/font.eclass
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/font.eclass?rev=1.40&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/font.eclass?rev=1.40&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/font.eclass?r1=1.39&r2=1.40
13
14 Index: font.eclass
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo-x86/eclass/font.eclass,v
17 retrieving revision 1.39
18 retrieving revision 1.40
19 diff -u -r1.39 -r1.40
20 --- font.eclass 19 Aug 2008 10:34:22 -0000 1.39
21 +++ font.eclass 1 Jan 2009 09:36:36 -0000 1.40
22 @@ -1,6 +1,6 @@
23 # Copyright 1999-2007 Gentoo Foundation
24 # Distributed under the terms of the GNU General Public License v2
25 -# $Header: /var/cvsroot/gentoo-x86/eclass/font.eclass,v 1.39 2008/08/19 10:34:22 pva Exp $
26 +# $Header: /var/cvsroot/gentoo-x86/eclass/font.eclass,v 1.40 2009/01/01 09:36:36 pva Exp $
27
28 # @ECLASS: font.eclass
29 # @MAINTAINER:
30 @@ -81,7 +81,7 @@
31 # create fontconfig cache
32 einfo "Creating fontconfig cache ..."
33 # Mac OS X has fc-cache at /usr/X11R6/bin
34 - HOME="/root" fc-cache -f "${D}${FONTDIR}"
35 + fc-cache -sf "${D}${FONTDIR}"
36 fi
37 }