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.
Thanks,
Donnie
--
[EMAIL PROTECTED] mailing list