mirror of
https://github.com/samba-team/samba.git
synced 2025-02-22 05:57:43 +03:00
s4-script: install some of the samba scripts in bin/ during build
This commit is contained in:
parent
0e1d7eb429
commit
473b344699
5
source4/scripting/bin/wscript_build
Normal file
5
source4/scripting/bin/wscript_build
Normal file
@ -0,0 +1,5 @@
|
||||
#!/usr/bin/env python
|
||||
|
||||
bld.SAMBA_SCRIPT('samba_dnsupdate', pattern='samba_dnsupdate', installdir='.')
|
||||
bld.SAMBA_SCRIPT('samba_spnupdate', pattern='samba_spnupdate', installdir='.')
|
||||
bld.SAMBA_SCRIPT('upgradeprovision', pattern='upgradeprovision', installdir='.')
|
@ -4,3 +4,5 @@ from samba_utils import MODE_755
|
||||
|
||||
bld.INSTALL_FILES('${SBINDIR}','bin/upgradeprovision bin/samba_dnsupdate bin/samba_spnupdate',
|
||||
chmod=MODE_755, python_fixup=True, flat=True)
|
||||
|
||||
bld.RECURSE('bin')
|
||||
|
Loading…
x
Reference in New Issue
Block a user