summaryrefslogtreecommitdiff
path: root/source4/setup/wscript_build
diff options
context:
space:
mode:
authorThomas Nagy <tnagy@waf.io>2015-11-08 18:50:55 +0100
committerAndrew Bartlett <abartlet@samba.org>2015-11-16 11:48:14 +0100
commit7c0575d7ba29d79d8d287a862d6c88a4c5e65631 (patch)
treed6678c155402ea3ca136fcf30d54a5f169e72fb7 /source4/setup/wscript_build
parentcfe8becb9e62b9e15119107d186628c784a3d38c (diff)
downloadsamba-7c0575d7ba29d79d8d287a862d6c88a4c5e65631.tar.gz
build:wafsamba: Install named.conf only once
The wildcard *.conf already lists named.conf. Adding files more than once will cause unnecessary rebuilds and raise errors in later Waf versions. Signed-off-by: Thomas Nagy <tnagy@waf.io> Reviewed-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Michael Adam <obnox@samba.org>
Diffstat (limited to 'source4/setup/wscript_build')
-rw-r--r--source4/setup/wscript_build2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/setup/wscript_build b/source4/setup/wscript_build
index cb83e3e2462..2717986aa08 100644
--- a/source4/setup/wscript_build
+++ b/source4/setup/wscript_build
@@ -7,6 +7,6 @@ bld.INSTALL_FILES('${SETUPDIR}', 'dns_update_list')
bld.INSTALL_FILES('${SETUPDIR}', 'spn_update_list')
for p in '''schema-map-* DB_CONFIG *.inf *.ldif *.reg *.zone *.conf *.php *.txt
- named.conf named.conf.update named.conf.dlz'''.split():
+ named.conf.update named.conf.dlz'''.split():
bld.INSTALL_WILDCARD('${SETUPDIR}', p)