mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-17 23:34:07 +00:00
extra/samba to 4.12.1-2
This commit is contained in:
parent
88158c1811
commit
29808ada20
1 changed files with 5 additions and 1 deletions
|
@ -14,7 +14,7 @@
|
|||
pkgbase=samba
|
||||
pkgname=('smbclient' 'samba')
|
||||
pkgver=4.12.1
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
arch=(x86_64)
|
||||
url="https://www.samba.org"
|
||||
license=('GPL3')
|
||||
|
@ -198,6 +198,10 @@ sys.path.insert(0, '/usr/lib/python${_pyver}/site-packages')" \
|
|||
|
||||
# copy ldap example
|
||||
install -D -m644 "${srcdir}"/samba-${pkgver}/examples/LDAP/samba.schema "${pkgdir}"/usr/share/doc/samba/examples/LDAP/samba.schema
|
||||
|
||||
# Fix waf installing the wrong permissions for sudoers.d
|
||||
chmod 750 ${pkgdir}/etc/sudoers.d
|
||||
chmod 750 ${pkgdir}/etc/sudoers.d/ctdb
|
||||
}
|
||||
|
||||
# vim: ts=2 sw=2 et:
|
||||
|
|
Loading…
Reference in a new issue