From 322cac5e6d743906b8942138b73597782030f7c7 Mon Sep 17 00:00:00 2001 From: Matthias Reichl Date: Wed, 24 Jun 2020 12:30:53 +0200 Subject: [PATCH] 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 --- ...utils-001-no-man.patch => diffutils-001-no-man-or-doc.patch} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename packages/addons/addon-depends/system-tools-depends/diffutils/patches/{diffutils-001-no-man.patch => diffutils-001-no-man-or-doc.patch} (89%) diff --git a/packages/addons/addon-depends/system-tools-depends/diffutils/patches/diffutils-001-no-man.patch b/packages/addons/addon-depends/system-tools-depends/diffutils/patches/diffutils-001-no-man-or-doc.patch similarity index 89% rename from packages/addons/addon-depends/system-tools-depends/diffutils/patches/diffutils-001-no-man.patch rename to packages/addons/addon-depends/system-tools-depends/diffutils/patches/diffutils-001-no-man-or-doc.patch index 297d01496e..b922db7397 100644 --- a/packages/addons/addon-depends/system-tools-depends/diffutils/patches/diffutils-001-no-man.patch +++ b/packages/addons/addon-depends/system-tools-depends/diffutils/patches/diffutils-001-no-man-or-doc.patch @@ -5,7 +5,7 @@ EXTRA_DIST = bootstrap exgettext ChangeLog-2008 cfg.mk dist-check.mk -SUBDIRS = lib src tests doc man po gnulib-tests -+SUBDIRS = lib src tests doc po gnulib-tests ++SUBDIRS = lib src tests po gnulib-tests ACLOCAL_AMFLAGS = -I m4 AM_CFLAGS = $(WARN_CFLAGS) $(WERROR_CFLAGS)