On Sun, May 19, 2019 at 04:49:04PM +0200, Christoph Zwerschke wrote:
> There is also another check in mktar that verifies the number of top level
> files. This has increased in trunk because pgmodule.c has been split into
> several files. But you changed that number already.
>
> Maybe in addition to checking the permissions, we could add the following
> lines that just set them properly, before that check:
>
> find -type d -exec chmod 755 {} \;
> find -type f -exec chmod 644 {} \;
I think you handle d and f together as:
|chmod +Xr
which it looks like BSD also supports.
Justin
_______________________________________________
PyGreSQL mailing list
[email protected]
https://mail.vex.net/mailman/listinfo/pygresql