mirror of
https://github.com/torvalds/linux.git
synced 2025-11-01 17:18:25 +02:00
Building 5.10-rc1 in a setgid directory failed with the following
error:
dpkg-deb: error: control directory has bad permissions 2755 (must be
>=0755 and <=0775)
When building with fakeroot, the earlier chown call would have removed
the setgid bits, but in a rootless build they remain.
Fixes:
|
||
|---|---|---|
| .. | ||
| builddeb | ||
| buildtar | ||
| mkdebian | ||
| mkspec | ||
| snapcraft.template | ||