[PATCH 15/18] gpo: Install the samba_gpoupdate script

David Mulder dmulder at suse.com
Thu Feb 23 20:22:07 UTC 2017


The samba_gpoupdate script was not being installed by waf. Added samba_gpoupdate to the wscripts so it gets installed as part of a make install.

Signed-off-by: David Mulder <dmulder at suse.com>
---
 source4/scripting/bin/wscript_build | 2 +-
 source4/scripting/wscript_build     | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/source4/scripting/bin/wscript_build b/source4/scripting/bin/wscript_build
index 1f1ead9..06e2587 100644
--- a/source4/scripting/bin/wscript_build
+++ b/source4/scripting/bin/wscript_build
@@ -1,5 +1,5 @@
 #!/usr/bin/env python
 
 if bld.CONFIG_SET('AD_DC_BUILD_IS_ENABLED'):
-    for script in ['samba-tool', 'samba_dnsupdate', 'samba_spnupdate', 'samba_kcc', 'samba_upgradeprovision', 'samba_upgradedns']:
+    for script in ['samba-tool', 'samba_dnsupdate', 'samba_spnupdate', 'samba_kcc', 'samba_upgradeprovision', 'samba_upgradedns', 'samba_gpoupdate']:
         bld.SAMBA_SCRIPT(script, pattern=script, installdir='.')
diff --git a/source4/scripting/wscript_build b/source4/scripting/wscript_build
index 39408ba..2b9f3b6 100644
--- a/source4/scripting/wscript_build
+++ b/source4/scripting/wscript_build
@@ -4,7 +4,7 @@ from samba_utils import MODE_755
 
 sbin_files = None
 if bld.CONFIG_SET('AD_DC_BUILD_IS_ENABLED'):
-    sbin_files = 'bin/samba_dnsupdate bin/samba_spnupdate bin/samba_upgradedns bin/samba_kcc'
+    sbin_files = 'bin/samba_dnsupdate bin/samba_spnupdate bin/samba_upgradedns bin/samba_kcc bin/samba_gpoupdate'
 
 if sbin_files:
     bld.INSTALL_FILES('${SBINDIR}',
-- 
2.10.2




More information about the samba-technical mailing list