plan9port

fork of plan9port with libvec, libstr and libsdb
Log | Files | Refs | README | LICENSE

commit 60f5a9986075e5d65e86d9f0e610b81221773f8d
parent 5fa5eedd0f3503247be459dee8cad24990243ffe
Author: rsc <devnull@localhost>
Date:   Mon, 21 Jun 2004 03:37:51 +0000

fix temp dir

Diffstat:
Msrc/cmd/postscript/common/path.h | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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"