[PATCH] groff check uses incorrect mktemp command -- man-pages-3.78 release

From: rh_
Date: Fri Jan 23 2015 - 10:55:53 EST


--- Makefile.orig 2015-01-10 15:48:44.000000000 -0800
+++ Makefile 2015-01-10 15:48:55.000000000 -0800
@@ -57,7 +57,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-checks.XXXXXX)
check-groff-warnings:
for i in man?/*.[1-9]; \
do \


--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/