aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorrsc <devnull@localhost>2004-06-21 03:37:51 +0000
committerrsc <devnull@localhost>2004-06-21 03:37:51 +0000
commit60f5a9986075e5d65e86d9f0e610b81221773f8d (patch)
tree7c34b85fbd1afc1e212fe591a3d7f8fa1e679b77 /src
parent5fa5eedd0f3503247be459dee8cad24990243ffe (diff)
downloadplan9port-60f5a9986075e5d65e86d9f0e610b81221773f8d.tar.gz
plan9port-60f5a9986075e5d65e86d9f0e610b81221773f8d.tar.bz2
plan9port-60f5a9986075e5d65e86d9f0e610b81221773f8d.zip
fix temp dir
Diffstat (limited to 'src')
-rw-r--r--src/cmd/postscript/common/path.h2
1 files changed, 1 insertions, 1 deletions
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"