]> git.ipfire.org Git - thirdparty/shadow.git/commit
Fix failing chmod calls on installation for suidubins
authorDave Reisner <dreisner@archlinux.org>
Wed, 31 Jul 2019 17:09:36 +0000 (13:09 -0400)
committerDave Reisner <dreisner@archlinux.org>
Fri, 2 Aug 2019 22:42:34 +0000 (18:42 -0400)
commitedf7547ad5aa650be868cf2dac58944773c12d75
treedaf11824e0ce857c07cdd0e2ee742cea8228cec8
parent5afc1c5b5f0a33d74facb6a4bff6c569b7998c58
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.
src/Makefile.am