summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/man/man/man-1.5i2-initial.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-extended/man/man/man-1.5i2-initial.patch')
-rw-r--r--meta/recipes-extended/man/man/man-1.5i2-initial.patch19
1 files changed, 19 insertions, 0 deletions
diff --git a/meta/recipes-extended/man/man/man-1.5i2-initial.patch b/meta/recipes-extended/man/man/man-1.5i2-initial.patch
new file mode 100644
index 0000000000..fe56c0706c
--- /dev/null
+++ b/meta/recipes-extended/man/man/man-1.5i2-initial.patch
@@ -0,0 +1,19 @@
1Upstream-Status: Pending
2
3Signed-off-by: Scott Garman <scott.a.garman@intel.com>
4
5--- man-1.5i2/src/makewhatis.sh.initial Tue Jul 3 15:38:39 2001
6+++ man-1.5i2/src/makewhatis.sh Tue Jul 3 15:39:39 2001
7@@ -81,8 +81,10 @@
8 continue;;
9 -s) setsections=1
10 continue;;
11- -u) findarg="-newer /var/cache/man/whatis"
12- update=1
13+ -u) if [ -e /var/cache/man/whatis ]; then
14+ findarg="-newer /var/cache/man/whatis"
15+ update=1
16+ fi
17 continue;;
18 -v) verbose=1
19 continue;;