aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/man/man-1.6f/man-1.5i2-initial.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-extended/man/man-1.6f/man-1.5i2-initial.patch')
-rw-r--r--meta/recipes-extended/man/man-1.6f/man-1.5i2-initial.patch15
1 files changed, 15 insertions, 0 deletions
diff --git a/meta/recipes-extended/man/man-1.6f/man-1.5i2-initial.patch b/meta/recipes-extended/man/man-1.6f/man-1.5i2-initial.patch
new file mode 100644
index 0000000000..1b1442385e
--- /dev/null
+++ b/meta/recipes-extended/man/man-1.6f/man-1.5i2-initial.patch
@@ -0,0 +1,15 @@
+--- man-1.5i2/src/makewhatis.sh.initial Tue Jul 3 15:38:39 2001
++++ man-1.5i2/src/makewhatis.sh Tue Jul 3 15:39:39 2001
+@@ -81,8 +81,10 @@
+ continue;;
+ -s) setsections=1
+ continue;;
+- -u) findarg="-newer /var/cache/man/whatis"
+- update=1
++ -u) if [ -e /var/cache/man/whatis ]; then
++ findarg="-newer /var/cache/man/whatis"
++ update=1
++ fi
+ continue;;
+ -v) verbose=1
+ continue;;