|
Last change
on this file was 988, checked in by Silvan Scherrer, 9 years ago |
|
Samba Server: update vendor to version 4.4.3
|
|
File size:
429 bytes
|
| Line | |
|---|
| 1 | #!/usr/bin/env python
|
|---|
| 2 |
|
|---|
| 3 | bld.INSTALL_WILDCARD('${SETUPDIR}', 'ad-schema/*.txt')
|
|---|
| 4 | bld.INSTALL_WILDCARD('${SETUPDIR}', 'display-specifiers/*.txt')
|
|---|
| 5 |
|
|---|
| 6 | bld.INSTALL_FILES('${SETUPDIR}', 'dns_update_list')
|
|---|
| 7 | bld.INSTALL_FILES('${SETUPDIR}', 'spn_update_list')
|
|---|
| 8 |
|
|---|
| 9 | for p in '''schema-map-* DB_CONFIG *.inf *.ldif *.reg *.zone *.conf *.php *.txt
|
|---|
| 10 | named.conf.update named.conf.dlz'''.split():
|
|---|
| 11 | bld.INSTALL_WILDCARD('${SETUPDIR}', p)
|
|---|
| 12 |
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.