mirror of
https://git.yoctoproject.org/poky
synced 2026-05-30 12:29:55 +00:00
man: fix not support xz/bz2 compression
In oe-core, bunzip and unzx located in /usr/bin/ rather than /usr, so tweak man's config. [YOCTO #6750] (From OE-Core rev: a8f07626d627b49913835778cc8039accd8b9896) Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
75d6b2b368
commit
78aeee1fce
@@ -133,7 +133,8 @@ MANSECT 1:1p:8:2:3:3p:4:5:6:7:9:0p:tcl:n:l:p:o
|
|||||||
# The command given must act as a filter.
|
# The command given must act as a filter.
|
||||||
#
|
#
|
||||||
.gz /bin/gunzip -c
|
.gz /bin/gunzip -c
|
||||||
.bz2 /bin/bzip2 -c -d
|
.bz2 /usr/bin/bunzip2 -c
|
||||||
|
.xz /usr/bin/unxz -c
|
||||||
.z
|
.z
|
||||||
.Z /bin/zcat
|
.Z /bin/zcat
|
||||||
.F
|
.F
|
||||||
|
|||||||
Reference in New Issue
Block a user