From db321a9205d8902f71be4a6e296ff4b1ae5c6573 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Sat, 15 Jun 2013 17:14:02 -0600 Subject: config.mk: change default value for sbindir to be the same as bindir --- config.mk | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/config.mk b/config.mk index 1f890d0..5d07d8d 100644 --- a/config.mk +++ b/config.mk @@ -1,13 +1,17 @@ # Configuration # Note: $(topdir) is set to the directory containing this file. +# Note: In the default version of this file, commented out values indicate what +# the GNU standards dicate, when our values differ. + DESTDIR= #prefix=/usr/local prefix=/usr exec_prefix=$(prefix) bindir=$(exec_prefix)/bin -sbindir=$(exec_prefix)/sbin +#sbindir=$(exec_prefix)/sbin +sbindir=$(exec_prefix)/bin #libexecdir=$(exec_prefix)/libexec libexecdir=$(exec_prefix)/lib -- cgit v1.2.3-54-g00ecf