summaryrefslogtreecommitdiff
path: root/package/coreutils/patches/patch-man_local_mk
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-02-21 16:22:29 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2014-02-21 16:22:29 +0100
commit664f0acd54623594267a7f73370c0acb145134b9 (patch)
tree47d3ade3053c5b75c205f58b645c58981a0e1dd3 /package/coreutils/patches/patch-man_local_mk
parent237313074fd744fcda6a06665b10f7ae9461ed11 (diff)
update to latest stable version, fix uclibc compile, patch from http://git.buildroot.net/buildroot/tree/package/coreutils/coreutils-01-spawn-uclibc.patch
Diffstat (limited to 'package/coreutils/patches/patch-man_local_mk')
-rw-r--r--package/coreutils/patches/patch-man_local_mk7
1 files changed, 4 insertions, 3 deletions
diff --git a/package/coreutils/patches/patch-man_local_mk b/package/coreutils/patches/patch-man_local_mk
index b8e739505..5bf9e5cc1 100644
--- a/package/coreutils/patches/patch-man_local_mk
+++ b/package/coreutils/patches/patch-man_local_mk
@@ -1,5 +1,5 @@
---- 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
+--- 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
@@ -8,8 +8,9 @@
-if HAVE_PERL
-run_help2man = $(PERL) -- $(srcdir)/man/help2man
-else
- run_help2man = $(SHELL) $(srcdir)/man/dummy-man
+-run_help2man = $(SHELL) $(srcdir)/man/dummy-man
-endif
++run_help2man = echo
man1_MANS = @man1_MANS@
EXTRA_DIST += $(man1_MANS:.1=.x)