From 60f5a9986075e5d65e86d9f0e610b81221773f8d Mon Sep 17 00:00:00 2001 From: rsc Date: Mon, 21 Jun 2004 03:37:51 +0000 Subject: fix temp dir --- src/cmd/postscript/common/path.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/cmd/postscript') diff --git a/src/cmd/postscript/common/path.h b/src/cmd/postscript/common/path.h index 68f8cbf0..f2019c1e 100644 --- a/src/cmd/postscript/common/path.h +++ b/src/cmd/postscript/common/path.h @@ -28,5 +28,5 @@ #define HOSTDIR "#9/postscript/font" #define FONTDIR "#9/troff/font" #define POSTLIBDIR "#9/postscript/prologues" -#define TEMPDIR "#9/tmp" +#define TEMPDIR "/var/tmp" -- cgit v1.2.3