The simplest solution is to remove read-only attribute from
"META" file after generating it with "configure", but before installation.
This attribute is set by configure script with command
"chmod a-w META".
Thanks, that works. But why "utimes"? Does findlib use time stamping on META?