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:
parent
edf7547ad5
commit
e293aa9cfc
@ -2,8 +2,8 @@
|
||||
EXTRA_DIST = \
|
||||
.indent.pro
|
||||
|
||||
ubindir = ${prefix}/bin
|
||||
usbindir = ${prefix}/sbin
|
||||
ubindir = ${bindir}
|
||||
usbindir = ${sbindir}
|
||||
suidperms = 4755
|
||||
sgidperms = 2755
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user