1
1
mirror of https://github.com/goreleaser/nfpm synced 2026-05-03 14:20:41 +02:00
Files
Carlos Alexandro Becker 74c150997b fix(files): check ownedByFilesystem after destination is set
Ownership check ran against empty c.Destination, so
ownedByFilesystem always returned false. Tree entries
with custom owner/group would incorrectly apply them
to filesystem-owned directories like /usr or /usr/local.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
2026-04-13 23:18:43 -03:00
..