summaryrefslogtreecommitdiff
path: root/source4/smbd/wscript_build
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2010-03-19 19:51:26 +1100
committerAndrew Tridgell <tridge@samba.org>2010-04-06 20:26:55 +1000
commit6f15ea31c2a484273303d0d451eabeeaad71809e (patch)
tree0e4e357d6b2e92dbcf4adc7901615a1fd6a10ee7 /source4/smbd/wscript_build
parentbcc1ce2617f67f568ec2535ab447b14550f4e3cd (diff)
downloadsamba-6f15ea31c2a484273303d0d451eabeeaad71809e.tar.gz
samba-6f15ea31c2a484273303d0d451eabeeaad71809e.tar.bz2
samba-6f15ea31c2a484273303d0d451eabeeaad71809e.zip
build: install samba in sbin
Diffstat (limited to 'source4/smbd/wscript_build')
-rw-r--r--source4/smbd/wscript_build3
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}'
)