Gentoo Archives: gentoo-commits

From: "Ryan Hill (dirtyepic)" <dirtyepic@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in eclass: font.eclass
Date: Sun, 16 Sep 2007 02:27:36
Message-Id: E1IWjjx-0001DU-KT@stork.gentoo.org
1 dirtyepic 07/09/16 02:20:05
2
3 Modified: font.eclass
4 Log:
5 Forgot to remove -v flag from chmod.
6
7 Revision Changes Path
8 1.29 eclass/font.eclass
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/font.eclass?rev=1.29&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/font.eclass?rev=1.29&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/font.eclass?r1=1.28&r2=1.29
13
14 Index: font.eclass
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo-x86/eclass/font.eclass,v
17 retrieving revision 1.28
18 retrieving revision 1.29
19 diff -u -r1.28 -r1.29
20 --- font.eclass 16 Sep 2007 02:18:04 -0000 1.28
21 +++ font.eclass 16 Sep 2007 02:20:05 -0000 1.29
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.28 2007/09/16 02:18:04 dirtyepic Exp $
26 +# $Header: /var/cvsroot/gentoo-x86/eclass/font.eclass,v 1.29 2007/09/16 02:20:05 dirtyepic Exp $
27
28 # Author: foser <foser@g.o>
29
30 @@ -85,7 +85,7 @@
31 for suffix in ${FONT_SUFFIX}; do
32 doins *.${suffix}
33 # ensure fonts are world readable to prevent fontconfig segfaults
34 - chmod -v 0644 ${D}${FONTDIR}/*.${suffix}
35 + chmod 0644 ${D}${FONTDIR}/*.${suffix}
36 done
37
38 rm -f fonts.{dir,scale} encodings.dir
39
40
41
42 --
43 gentoo-commits@g.o mailing list