use /var/tmp (which happens to be more spacious on atbroy37);
authorwenzelm
Sat, 08 Dec 2001 17:34:46 +0100
changeset 12427 37cfec8dfe8e
parent 12426 9032bdbc2125
child 12428 f3033eed309a
use /var/tmp (which happens to be more spacious on atbroy37);
Admin/makebin
--- a/Admin/makebin	Sat Dec 08 17:25:45 2001 +0100
+++ b/Admin/makebin	Sat Dec 08 17:34:46 2001 +0100
@@ -9,7 +9,7 @@
 
 FAKE_BUILD=""
 DISTBASE=~/tmp/isadist
-TMP="/tmp/isabelle-makebin$$"
+TMP="/var/tmp/isabelle-makebin$$"
 
 TAR=tar
 type -path gtar >/dev/null && TAR=gtar