[subversion-commit] SVN tetex commit + diffs: r437 - tex-common/trunk/debian

Frank Küster frank at costa.debian.org
Wed Dec 28 12:23:46 UTC 2005


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:>
 




More information about the Pkg-tetex-commits mailing list