Merge pull request #197 from chutz/revert-bindir-sbindir-change

Revert "Honor --sbindir and --bindir for binary installation"
This commit is contained in:
Serge Hallyn 2019-12-01 20:28:21 -06:00 committed by GitHub
commit eaaac67d4f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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