1
0
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:
Andrew Tridgell 0001-01-01 00:00:00 +00:00
parent 631913ea85
commit e97cbd6912

View File

@ -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@