diff options
author | Marcel Ritter <Marcel.Ritter@rrze.uni-erlangen.de> | 2010-04-27 13:53:04 +0200 |
---|---|---|
committer | Matthias Dieter Wallnöfer <mdw@samba.org> | 2010-04-27 21:05:00 +0200 |
commit | e6f59613fec82710914c429d97a1e1144723b0f9 (patch) | |
tree | 3334f66cc494b55aee77a725431ceb3ef752fab2 /source4/setup | |
parent | 079897709ed99dac049d7b2b5f0c1958527462c4 (diff) | |
download | samba-e6f59613fec82710914c429d97a1e1144723b0f9.tar.gz samba-e6f59613fec82710914c429d97a1e1144723b0f9.tar.bz2 samba-e6f59613fec82710914c429d97a1e1144723b0f9.zip |
Install spn_update_list to setup/ dir
Signed-off-by: Matthias Dieter Wallnöfer <mdw@samba.org>
Diffstat (limited to 'source4/setup')
-rw-r--r-- | source4/setup/wscript_build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/setup/wscript_build b/source4/setup/wscript_build index 97d26a3b4f..2d1e3ece52 100644 --- a/source4/setup/wscript_build +++ b/source4/setup/wscript_build @@ -7,6 +7,7 @@ O755 = 493 bld.INSTALL_FILES('${SBINDIR}','provision', chmod=O755, python_fixup=True) 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 provision.smb.conf.dc provision.smb.conf.member |