Gentoo Archives: gentoo-dev

From: Ryan Hill <dirtyepic@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:53:40
Message-Id: fcifp4$k3g$1@sea.gmane.org
In Reply to: [gentoo-dev] Re: [gentoo-commits] gentoo-x86 commit in eclass: font.eclass by Donnie Berkholz
1 Donnie Berkholz wrote:
2 > On 02:20 Sun 16 Sep , Ryan Hill (dirtyepic) wrote:
3 >> dirtyepic 07/09/16 02:20:05
4 >>
5 >> Modified: font.eclass
6 >> Log:
7 >> Forgot to remove -v flag from chmod.
8 >
9 >> @@ -85,7 +85,7 @@
10 >> for suffix in ${FONT_SUFFIX}; do
11 >> doins *.${suffix}
12 >> # ensure fonts are world readable to prevent fontconfig segfaults
13 >> - chmod -v 0644 ${D}${FONTDIR}/*.${suffix}
14 >> + chmod 0644 ${D}${FONTDIR}/*.${suffix}
15 >
16 > I think it'd be a good idea to put that back in. No harm, and it could
17 > help with any bug reports. The '-c' option might be even better if it's
18 > portable.
19
20 Actually I wonder if I even need the chmod at all. doins should default to
21 0644. The permission problem might come from ebuilds that don't use the eclass
22 and do their own make install, or user-installed fonts.
23
24
25 --
26 fonts / wxWindows / gcc-porting / treecleaners
27 9B81 6C9F E791 83BB 3AB3 5B2D E625 A073 8379 37E8 (0x837937E8)
28
29 --
30 gentoo-dev@g.o mailing list