mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-11 01:14:36 +08:00
samba: remove files, this is probably broken
This commit is contained in:
parent
597a1df773
commit
ac1e10e09f
@ -239,5 +239,12 @@ 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
|
||||
|
||||
|
||||
# FIXME: the fact that we need to remove those files probably means that packages in the stack are outdated, and it's likely that something will break
|
||||
rm ${pkgdir}/usr/bin/{ldbadd,ldbdel,ldbedit,ldbmodify,ldbrename,ldbsearch}
|
||||
rm ${pkgdir}/usr/lib/python2.7/site-packages/ldb.so
|
||||
rm ${pkgdir}/usr/share/man/man1/{ldbadd.1,ldbdel.1,ldbedit.1,ldbmodify.1,ldbrename.1,ldbsearch.1}
|
||||
rm ${pkgdir}/usr/share/man/man3/ldb.3
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user