aboutsummaryrefslogtreecommitdiffstats
path: root/main/man-pages/mktemp-invalid-argument.patch
diff options
context:
space:
mode:
Diffstat (limited to 'main/man-pages/mktemp-invalid-argument.patch')
-rw-r--r--main/man-pages/mktemp-invalid-argument.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/main/man-pages/mktemp-invalid-argument.patch b/main/man-pages/mktemp-invalid-argument.patch
new file mode 100644
index 000000000..3eb47c45c
--- /dev/null
+++ b/main/man-pages/mktemp-invalid-argument.patch
@@ -0,0 +1,13 @@
+diff --git a/Makefile b/Makefile
+index 50a4579..2496412 100644
+--- a/Makefile
++++ b/Makefile
+@@ -63,7 +63,7 @@ install:
+
+ # Check if groff reports warnings (may be words of sentances not displayed)
+ # from http://lintian.debian.org/tags/manpage-has-errors-from-man.html
+-GROFF_LOG := $(shell mktemp /tmp/manpages-checksXXXX)
++GROFF_LOG := $(shell mktemp /tmp/manpages-checksXXXXXX)
+ check-groff-warnings:
+ for i in man?/*.[1-9]; \
+ do \