5 Aug
2022
5 Aug
'22
5:06 a.m.
Henning Thielemann
On Wed, 3 Aug 2022, Matthew Pickering wrote:
Hi Henning, which files in particular have the wrong permissions? They look fine on my machine.
I suspect that the problem is that Hadrian's bindist Makefile is using plain `cp` to copy binaries, etc. into place. This is almost certainly wrong. We should be using either `install` or, at very least, `cp -p`. That being said, like Matt, I am also unable to reproduce this locally in a Debian 11 docker image. Cheers, - Ben