From a0c6af03d61cae807bdc5e6aa736865a8e5333b7 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Sat, 21 Nov 1998 00:56:52 +0000 Subject: use bindir not sbindir in Makefile to ensure that we don't break existing setups (This used to be commit e97cbd6912a58d4985c2b8a649cfe6982809892d) --- source3/Makefile.in | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'source3') 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@ -- cgit