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.
This commit is contained in:
Dave Reisner 2019-08-02 18:45:19 -04:00
parent edf7547ad5
commit e293aa9cfc

View File

@ -2,8 +2,8 @@
EXTRA_DIST = \
.indent.pro
ubindir = ${prefix}/bin
usbindir = ${prefix}/sbin
ubindir = ${bindir}
usbindir = ${sbindir}
suidperms = 4755
sgidperms = 2755