From: Dave Reisner Date: Fri, 2 Aug 2019 22:45:19 +0000 (-0400) Subject: Honor --sbindir and --bindir for binary installation X-Git-Tag: 4.8~20^2~2^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F171%2Fhead;p=thirdparty%2Fshadow.git Honor --sbindir and --bindir for binary installation Some distros don't care about the split between /bin, /sbin, /usr/bin, and /usr/sbin, so let them easily stuff binaries wherever they want. --- diff --git a/src/Makefile.am b/src/Makefile.am index a8c29c913..f7f132eee 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -2,8 +2,8 @@ EXTRA_DIST = \ .indent.pro -ubindir = ${prefix}/bin -usbindir = ${prefix}/sbin +ubindir = ${bindir} +usbindir = ${sbindir} suidperms = 4755 sgidperms = 2755