From 6f15ea31c2a484273303d0d451eabeeaad71809e Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Fri, 19 Mar 2010 19:51:26 +1100 Subject: [PATCH] build: install samba in sbin --- source4/smbd/wscript_build | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/source4/smbd/wscript_build b/source4/smbd/wscript_build index 89362c8892e..c92e85d07f2 100644 --- a/source4/smbd/wscript_build +++ b/source4/smbd/wscript_build @@ -22,7 +22,8 @@ bld.SAMBA_BINARY('samba', subsystem_name='service', deps='''LIBEVENTS process_model service LIBSAMBA-HOSTCONFIG LIBSAMBA-UTIL POPT_SAMBA PIDFILE LIBPOPT gensec registry ntptr ntvfs share CLUSTER DCESRV''', - needs_python=True + needs_python=True, + install_path='${SBINDIR}' ) -- 2.34.1