mirror of
https://github.com/samba-team/samba.git
synced 2024-12-22 13:34:15 +03:00
s4: Only install testparm to /usr/bin/, no longer to /usr/sbin.
This commit is contained in:
parent
4ec7dd8deb
commit
8bc58990a4
@ -1,6 +1,6 @@
|
||||
#!/usr/bin/env python
|
||||
|
||||
bld.INSTALL_FILES('${SBINDIR}','bin/upgradeprovision bin/samba_dnsupdate bin/samba_spnupdate bin/testparm',
|
||||
bld.INSTALL_FILES('${SBINDIR}','bin/upgradeprovision bin/samba_dnsupdate bin/samba_spnupdate',
|
||||
chmod=0755, python_fixup=True, flat=True)
|
||||
bld.INSTALL_FILES('${BINDIR}','bin/testparm',
|
||||
chmod=0755, python_fixup=True, flat=True)
|
||||
|
Loading…
Reference in New Issue
Block a user