summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/man/man/man-1.6e-whatis2.patch
diff options
context:
space:
mode:
authorJian Liu <jian.liu@windriver.com>2015-02-26 10:35:52 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-03-05 17:47:09 +0000
commit9383f635858e35e8fb83fba1750a8c6e4b4274b1 (patch)
treea6505ed11d6645d830f6064f4bece81e038a1ad6 /meta/recipes-extended/man/man/man-1.6e-whatis2.patch
parent3c78468f12296abd02abce6eeac0f69bc7509958 (diff)
downloadopenembedded-core-contrib-9383f635858e35e8fb83fba1750a8c6e4b4274b1.tar.gz
man: fix bugs of makewhatis script
- man-1.6e-whatis2.patch does not delete the tail "fi" fix it to avoid syntax error - Use the command "which" to get the path of awk Signed-off-by: Jian Liu <jian.liu@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/man/man/man-1.6e-whatis2.patch')
-rw-r--r--meta/recipes-extended/man/man/man-1.6e-whatis2.patch7
1 files changed, 7 insertions, 0 deletions
diff --git a/meta/recipes-extended/man/man/man-1.6e-whatis2.patch b/meta/recipes-extended/man/man/man-1.6e-whatis2.patch
index 7f013836c0..fc4ed3135d 100644
--- a/meta/recipes-extended/man/man/man-1.6e-whatis2.patch
+++ b/meta/recipes-extended/man/man/man-1.6e-whatis2.patch
@@ -50,3 +50,10 @@ Index: man-1.6f/src/makewhatis.sh
here=`pwd`
cd $mandir
for i in $sections
+@@ -447,7 +447,6 @@
+
+ chmod 644 ${mandir1}/whatis
+ rm $TMPFILE
+- fi
+ done
+ done