mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 13:16:41 +00:00
samba: fix noman patch
This commit is contained in:
parent
c8ebf53216
commit
d27de0bdaf
@ -66,3 +66,16 @@ diff -Naur samba-4.5.5/docs-xml/wscript_build samba-4.5.5.patch/docs-xml/wscript
|
|||||||
+#
|
+#
|
||||||
+# if bld.SAMBA3_IS_ENABLED_MODULE('vfs_zfsacl'):
|
+# if bld.SAMBA3_IS_ENABLED_MODULE('vfs_zfsacl'):
|
||||||
+# bld.SAMBAMANPAGES('manpages/vfs_zfsacl.8')
|
+# bld.SAMBAMANPAGES('manpages/vfs_zfsacl.8')
|
||||||
|
--- a/source4/scripting/wscript_build 2018-03-20 12:19:12.059332486 +0100
|
||||||
|
+++ b/source4/scripting/wscript_build 2018-03-20 12:19:32.087429756 +0100
|
||||||
|
@@ -12,8 +12,8 @@
|
||||||
|
bld.INSTALL_FILES('${SBINDIR}',
|
||||||
|
sbin_files,
|
||||||
|
chmod=MODE_755, python_fixup=True, flat=True)
|
||||||
|
- if 'XSLTPROC_MANPAGES' in bld.env and bld.env['XSLTPROC_MANPAGES']:
|
||||||
|
- bld.MANPAGES(man_files, True)
|
||||||
|
+# if 'XSLTPROC_MANPAGES' in bld.env and bld.env['XSLTPROC_MANPAGES']:
|
||||||
|
+# bld.MANPAGES(man_files, True)
|
||||||
|
|
||||||
|
if bld.CONFIG_SET('AD_DC_BUILD_IS_ENABLED'):
|
||||||
|
bld.INSTALL_FILES('${BINDIR}',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user