mirror of
https://github.com/samba-team/samba.git
synced 2024-12-25 23:21:54 +03:00
use bindir not sbindir in Makefile to ensure that we don't break
existing setups
This commit is contained in:
parent
631913ea85
commit
e97cbd6912
@ -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@
|
||||
|
Loading…
Reference in New Issue
Block a user