diff options
Diffstat (limited to 'source4/smbd')
-rw-r--r-- | source4/smbd/wscript_build | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/source4/smbd/wscript_build b/source4/smbd/wscript_build index 89362c8892..c92e85d07f 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}' ) |