diff options
-rw-r--r-- | source3/Makefile.in | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in index 5163f1e675..e439fccd50 100644 --- a/source3/Makefile.in +++ b/source3/Makefile.in @@ -23,7 +23,9 @@ SHELL=/bin/sh BASEDIR= @prefix@ BINDIR = @bindir@ -SBINDIR = @sbindir@ +# we don't use sbindir because we want full compatibility with +# the previous releases of Samba +SBINDIR = @bindir@ LIBDIR = @libdir@ VARDIR = $(BASEDIR)/var MANDIR = @mandir@ |