diff options
author | Stefan Metzmacher <metze@samba.org> | 2010-04-15 16:30:02 +0200 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2010-04-15 18:37:40 +0200 |
commit | f1ecdb980b8a63b7facd62e737ba49d5bfddf80b (patch) | |
tree | 1caaf5ed783b67d37e2f3491d4dc635aaa526fca /source4/setup/wscript_build | |
parent | d19033e1e91bf93cc73e7cedaf84d536fa28e533 (diff) | |
download | samba-f1ecdb980b8a63b7facd62e737ba49d5bfddf80b.tar.gz samba-f1ecdb980b8a63b7facd62e737ba49d5bfddf80b.tar.bz2 samba-f1ecdb980b8a63b7facd62e737ba49d5bfddf80b.zip |
s4:setup/wscript_build: install dns_update_list into ${SETUPDIR}
metze
Diffstat (limited to 'source4/setup/wscript_build')
-rw-r--r-- | source4/setup/wscript_build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/setup/wscript_build b/source4/setup/wscript_build index 59112b8f36..97d26a3b4f 100644 --- a/source4/setup/wscript_build +++ b/source4/setup/wscript_build @@ -6,7 +6,7 @@ bld.INSTALL_WILDCARD('${SETUPDIR}', 'display-specifiers/*.txt') O755 = 493 bld.INSTALL_FILES('${SBINDIR}','provision', chmod=O755, python_fixup=True) -bld.INSTALL_FILES('${PRIVATEDIR}', 'dns_update_list') +bld.INSTALL_FILES('${SETUPDIR}', 'dns_update_list') for p in '''schema-map-* DB_CONFIG *.inf *.ldif *.reg *.zone *.conf *.php *.txt named.conf named.conf.update provision.smb.conf.dc provision.smb.conf.member |