0
0
mirror of https://github.com/libretro/Lakka-LibreELEC.git synced 2025-07-21 17:30:01 +00:00
Files
Lakka-LibreELEC/packages/addons/addon-depends/system-tools-depends/diffutils/patches/diffutils-001-no-man-or-doc.patch
Matthias Reichl 322cac5e6d diffutils: don't build docs
installing docs fails on jenkins and we only need the binaries,
so just disable docs.

Signed-off-by: Matthias Reichl <hias@horus.com>
2020-06-24 12:30:53 +02:00

12 lines
413 B
Diff

--- diffutils-3.5/Makefile.am.org 2017-05-24 18:54:09.404508347 +0200
+++ diffutils-3.5/Makefile.am 2017-05-24 18:46:25.238456499 +0200
@@ -19,7 +19,7 @@
ALL_RECURSIVE_TARGETS =
EXTRA_DIST = bootstrap exgettext ChangeLog-2008 cfg.mk dist-check.mk
-SUBDIRS = lib src tests doc man po gnulib-tests
+SUBDIRS = lib src tests po gnulib-tests
ACLOCAL_AMFLAGS = -I m4
AM_CFLAGS = $(WARN_CFLAGS) $(WERROR_CFLAGS)