summaryrefslogtreecommitdiff
path: root/package/coreutils/patches/patch-man_local_mk
diff options
context:
space:
mode:
Diffstat (limited to 'package/coreutils/patches/patch-man_local_mk')
-rw-r--r--package/coreutils/patches/patch-man_local_mk15
1 files changed, 15 insertions, 0 deletions
diff --git a/package/coreutils/patches/patch-man_local_mk b/package/coreutils/patches/patch-man_local_mk
new file mode 100644
index 000000000..b8e739505
--- /dev/null
+++ b/package/coreutils/patches/patch-man_local_mk
@@ -0,0 +1,15 @@
+--- coreutils-8.21.orig/man/local.mk 2013-02-05 15:01:21.000000000 +0100
++++ coreutils-8.21/man/local.mk 2013-11-04 20:32:38.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
+
+ man1_MANS = @man1_MANS@
+ EXTRA_DIST += $(man1_MANS:.1=.x)