Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix failing chmod calls on installation for suidubins
suidubins should be suidusbins, since these binaries are installed ${prefix}/sbin. This historically hasn't broken the build because chmod of newgidmap/newuidmap succeeds, causing make to think the command succeeded. Configuring shadow with --with-fcaps removes these final two entries and exposes the chmod failure to make.
- Loading branch information