use bindir not sbindir in Makefile to ensure that we don't break
authorAndrew Tridgell <tridge@samba.org>
Sat, 21 Nov 1998 00:56:52 +0000 (00:56 +0000)
committerAndrew Tridgell <tridge@samba.org>
Sat, 21 Nov 1998 00:56:52 +0000 (00:56 +0000)
existing setups
(This used to be commit e97cbd6912a58d4985c2b8a649cfe6982809892d)

source3/Makefile.in

index 5163f1e675f73e430f89cee0a718f216fbcff322..e439fccd508c663cb8ce395420bb3956b498dc15 100644 (file)
@@ -23,7 +23,9 @@ SHELL=/bin/sh
 
 BASEDIR= @prefix@
 BINDIR = @bindir@
 
 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@
 LIBDIR = @libdir@
 VARDIR = $(BASEDIR)/var
 MANDIR = @mandir@