Skip to content

Commit

Permalink
Honor --sbindir and --bindir for binary installation
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
falconindy committed Aug 2, 2019
1 parent edf7547 commit e293aa9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
EXTRA_DIST = \
.indent.pro

ubindir = ${prefix}/bin
usbindir = ${prefix}/sbin
ubindir = ${bindir}
usbindir = ${sbindir}
suidperms = 4755
sgidperms = 2755

Expand Down

0 comments on commit e293aa9

Please sign in to comment.