Donnie Berkholz wrote:
> On 02:20 Sun 16 Sep     , Ryan Hill (dirtyepic) wrote:
>> dirtyepic    07/09/16 02:20:05
>>
>>   Modified:             font.eclass
>>   Log:
>>   Forgot to remove -v flag from chmod.
> 
>> @@ -85,7 +85,7 @@
>>      for suffix in ${FONT_SUFFIX}; do
>>              doins *.${suffix}
>>              # ensure fonts are world readable to prevent fontconfig 
>> segfaults
>> -            chmod -v 0644 ${D}${FONTDIR}/*.${suffix}
>> +            chmod 0644 ${D}${FONTDIR}/*.${suffix}
> 
> I think it'd be a good idea to put that back in. No harm, and it could 
> help with any bug reports. The '-c' option might be even better if it's 
> portable.

Actually I wonder if I even need the chmod at all.  doins should default to
0644.  The permission problem might come from ebuilds that don't use the eclass
and do their own make install, or user-installed fonts.


-- 
                  fonts / wxWindows / gcc-porting / treecleaners
  9B81 6C9F E791 83BB 3AB3  5B2D E625 A073 8379 37E8 (0x837937E8)

-- 
[EMAIL PROTECTED] mailing list

Reply via email to