From 473b3446998ca49e6597e30f8bbca43fd7215769 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Sat, 4 Jun 2011 08:22:30 +1000 Subject: s4-script: install some of the samba scripts in bin/ during build --- source4/scripting/wscript_build | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source4/scripting/wscript_build') diff --git a/source4/scripting/wscript_build b/source4/scripting/wscript_build index 03f188f7fa..d94fc4fe9c 100644 --- a/source4/scripting/wscript_build +++ b/source4/scripting/wscript_build @@ -4,3 +4,5 @@ from samba_utils import MODE_755 bld.INSTALL_FILES('${SBINDIR}','bin/upgradeprovision bin/samba_dnsupdate bin/samba_spnupdate', chmod=MODE_755, python_fixup=True, flat=True) + +bld.RECURSE('bin') -- cgit