diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2012-02-24 13:31:47 +0100 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2012-02-24 15:07:25 +0100 |
commit | a1849da7c2375c68f637fddc4c54835d9ece9378 (patch) | |
tree | 3251287e91ed5a5e43f40e438cbeae32c10f7f5c /source4/scripting/wscript_build | |
parent | 0cf7a3680aee282dd6c1a012401df83e2e111a2d (diff) | |
download | samba-a1849da7c2375c68f637fddc4c54835d9ece9378.tar.gz |
upgradedns: Rename to less generic name samba_upgradedns.
Autobuild-User: Jelmer Vernooij <jelmer@samba.org>
Autobuild-Date: Fri Feb 24 15:07:27 CET 2012 on sn-devel-104
Diffstat (limited to 'source4/scripting/wscript_build')
-rw-r--r-- | source4/scripting/wscript_build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/scripting/wscript_build b/source4/scripting/wscript_build index e8d52d5cb6a..1cd024160db 100644 --- a/source4/scripting/wscript_build +++ b/source4/scripting/wscript_build @@ -3,7 +3,7 @@ from samba_utils import MODE_755 bld.INSTALL_FILES('${SBINDIR}', - 'bin/upgradeprovision bin/samba_dnsupdate bin/samba_spnupdate bin/upgradedns', + 'bin/upgradeprovision bin/samba_dnsupdate bin/samba_spnupdate bin/samba_upgradedns', chmod=MODE_755, python_fixup=True, flat=True) bld.INSTALL_FILES('${BINDIR}', |