]> code.ossystems Code Review - openembedded-core.git/commitdiff
man: fix not support xz/bz2 compression
authorHongxu Jia <hongxu.jia@windriver.com>
Tue, 23 Sep 2014 14:19:58 +0000 (22:19 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 23 Sep 2014 20:31:45 +0000 (21:31 +0100)
In oe-core, bunzip and unzx located in /usr/bin/
rather than /usr, so tweak man's config.

[YOCTO #6750]

Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-extended/man/man/man.conf

index bb3c69720e7aaf7be2e7c9dd7a44d03012fb7e85..fc10be2758dbc2aa3f40e492c98c8c8382a13cac 100644 (file)
@@ -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.
 #
 .gz            /bin/gunzip -c
-.bz2           /bin/bzip2 -c -d
+.bz2           /usr/bin/bunzip2 -c
+.xz            /usr/bin/unxz -c
 .z             
 .Z             /bin/zcat
 .F