summaryrefslogtreecommitdiff
path: root/package/coreutils/patches/patch-man_local_mk
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2021-11-13 00:10:47 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2021-11-13 00:10:47 +0100
commitea126df62413fbccf572549caf58369da6eea6a7 (patch)
tree741b6bdb14687d99009480581bbc78fe66fab9a7 /package/coreutils/patches/patch-man_local_mk
parent161ba97ec0c1dc98e1633f17d6ea22e94639ff7e (diff)
coreutils: update to 9.0
Diffstat (limited to 'package/coreutils/patches/patch-man_local_mk')
-rw-r--r--package/coreutils/patches/patch-man_local_mk16
1 files changed, 0 insertions, 16 deletions
diff --git a/package/coreutils/patches/patch-man_local_mk b/package/coreutils/patches/patch-man_local_mk
deleted file mode 100644
index 5bf9e5cc1..000000000
--- a/package/coreutils/patches/patch-man_local_mk
+++ /dev/null
@@ -1,16 +0,0 @@
---- coreutils-8.22.orig/man/local.mk 2013-12-04 15:48:30.000000000 +0100
-+++ coreutils-8.22/man/local.mk 2014-02-21 16:08:08.000000000 +0100
-@@ -18,12 +18,7 @@
-
- EXTRA_DIST += man/help2man man/dummy-man
-
--## Graceful degradation for systems lacking perl.
--if HAVE_PERL
--run_help2man = $(PERL) -- $(srcdir)/man/help2man
--else
--run_help2man = $(SHELL) $(srcdir)/man/dummy-man
--endif
-+run_help2man = echo
-
- man1_MANS = @man1_MANS@
- EXTRA_DIST += $(man1_MANS:.1=.x)