ljlinenoise: add hash file
[buildroot-gz.git] / package / coreutils / 0001-fix-for-dummy-man-usage.patch
blob4c5a0882577d7e95d4ad3afe09d8f01261cbde50
1 Upstream-Status: Pending
3 coreutils: fix for dummy-man usage
5 The options should be before the final argument, otherwise, the following error
6 would appear when compiling.
8 "dummy-man: too many non-option arguments"
10 Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
11 [Gustavo: update for 8.24]
13 diff -Nura coreutils-8.24.orig/man/local.mk coreutils-8.24/man/local.mk
14 --- coreutils-8.24.orig/man/local.mk 2015-07-04 11:23:47.190503631 -0300
15 +++ coreutils-8.24/man/local.mk 2015-07-04 11:24:25.046741090 -0300
16 @@ -186,8 +186,8 @@
17 && $(run_help2man) \
18 --source='$(PACKAGE_STRING)' \
19 --include=$(srcdir)/man/$$name.x \
20 - --output=$$t/$$name.1 \
21 --info-page='\(aq(coreutils) '$$name' invocation\(aq' \
22 + --output=$$t/$$name.1 \
23 $$t/$$argv$(EXEEXT) \
24 && sed \
25 -e 's|$*\.td/||g' \