]> git.samba.org - nivanova/samba-autobuild/.git/commitdiff
build: install samba in sbin
authorAndrew Tridgell <tridge@samba.org>
Fri, 19 Mar 2010 08:51:26 +0000 (19:51 +1100)
committerAndrew Tridgell <tridge@samba.org>
Tue, 6 Apr 2010 10:26:55 +0000 (20:26 +1000)
source4/smbd/wscript_build

index 89362c8892e71b5cffa9d80e08516533a6c77aa8..c92e85d07f2a5f886e8fb5c5fe476816cd3161d7 100644 (file)
@@ -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}'
        )