Author: frank
Date: 2005-12-28 12:23:46 +0000 (Wed, 28 Dec 2005)
New Revision: 437

Modified:
   tex-common/trunk/debian/common.functions.in
Log:
honor TMPDIR environment variable for mktemp

Modified: tex-common/trunk/debian/common.functions.in
===================================================================
--- tex-common/trunk/debian/common.functions.in 2005-12-28 12:18:15 UTC (rev 
436)
+++ tex-common/trunk/debian/common.functions.in 2005-12-28 12:23:46 UTC (rev 
437)
@@ -6,7 +6,8 @@
 # $Id$
 
 # internal variables for common.functions
-: ${MKTMPDIR:=/tmp}
+: ${MKTMPDIR:=$TMPDIR} # mktemp will create its files there
+: ${MKTMPDIR:=<:=$MKTMPDIR:>}
 SYMLINK_MOVE_EXT=<:=$SYMLINK_MOVE_EXT:>
 TEXMFSYSVAR=<:=$TEXMFSYSVAR:>
 


_______________________________________________
Pkg-tetex-commits mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/pkg-tetex-commits

Reply via email to