Gentoo Archives: gentoo-dev

From: Donnie Berkholz <dberkholz@g.o>
To: gentoo-dev@l.g.o
Subject: [gentoo-dev] Re: [gentoo-commits] gentoo-x86 commit in eclass: font.eclass
Date: Sun, 16 Sep 2007 05:02:05
Message-Id: 20070916045151.GJ14418@supernova
1 On 02:20 Sun 16 Sep , Ryan Hill (dirtyepic) wrote:
2 > dirtyepic 07/09/16 02:20:05
3 >
4 > Modified: font.eclass
5 > Log:
6 > Forgot to remove -v flag from chmod.
7
8 > @@ -85,7 +85,7 @@
9 > for suffix in ${FONT_SUFFIX}; do
10 > doins *.${suffix}
11 > # ensure fonts are world readable to prevent fontconfig segfaults
12 > - chmod -v 0644 ${D}${FONTDIR}/*.${suffix}
13 > + chmod 0644 ${D}${FONTDIR}/*.${suffix}
14
15 I think it'd be a good idea to put that back in. No harm, and it could
16 help with any bug reports. The '-c' option might be even better if it's
17 portable.
18
19 Thanks,
20 Donnie
21 --
22 gentoo-dev@g.o mailing list

Replies