summaryrefslogtreecommitdiff
path: root/source4
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2012-09-10 14:18:54 +0200
committerStefan Metzmacher <metze@samba.org>2012-09-11 08:35:56 +0200
commit15c793fa34d66d599bfd05a5bab379fa5351d173 (patch)
treecb077774804bb5ee81f1d3ff9d1cb59bf7480cf5 /source4
parenta4fc79f8fcaf95b85fbb49e99b26d9322392236b (diff)
downloadsamba-15c793fa34d66d599bfd05a5bab379fa5351d173.tar.gz
samba-15c793fa34d66d599bfd05a5bab379fa5351d173.tar.bz2
samba-15c793fa34d66d599bfd05a5bab379fa5351d173.zip
s4:scripting: use the 'sbin_files' variable
metze
Diffstat (limited to 'source4')
-rw-r--r--source4/scripting/wscript_build2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/scripting/wscript_build b/source4/scripting/wscript_build
index 2362a642ff..b392d3a875 100644
--- a/source4/scripting/wscript_build
+++ b/source4/scripting/wscript_build
@@ -8,7 +8,7 @@ if bld.CONFIG_SET('AD_DC_BUILD_IS_ENABLED'):
if sbin_files:
bld.INSTALL_FILES('${SBINDIR}',
- 'bin/upgradeprovision bin/samba_dnsupdate bin/samba_spnupdate bin/samba_upgradedns',
+ sbin_files,
chmod=MODE_755, python_fixup=True, flat=True)
if bld.CONFIG_SET('AD_DC_BUILD_IS_ENABLED'):