* [gentoo-commits] emacs r1144 - emacs-updater
@ 2008-10-31 15:28 99% Christian Faulhammer (opfer)
0 siblings, 0 replies; 1+ results
From: Christian Faulhammer (opfer) @ 2008-10-31 15:28 UTC (permalink / raw
To: gentoo-commits
Author: opfer
Date: 2008-10-31 15:28:21 +0000 (Fri, 31 Oct 2008)
New Revision: 1144
Modified:
emacs-updater/ChangeLog
emacs-updater/emacs-updater
Log:
(TMPFILE, PKGFILE): Respect TMPDIR variable from environment
Modified: emacs-updater/ChangeLog
===================================================================
--- emacs-updater/ChangeLog 2008-10-29 21:27:59 UTC (rev 1143)
+++ emacs-updater/ChangeLog 2008-10-31 15:28:21 UTC (rev 1144)
@@ -1,3 +1,8 @@
+2008-10-31 Christian Faulhammer <opfer@gentoo.org>
+
+ * emacs-updater (TMPFILE, PKGFILE): Respect TMPDIR variable from
+ environment
+
2008-09-18 Ulrich Mueller <ulm@gentoo.org>
* emacs-updater.8: New file: man page.
Modified: emacs-updater/emacs-updater
===================================================================
--- emacs-updater/emacs-updater 2008-10-29 21:27:59 UTC (rev 1143)
+++ emacs-updater/emacs-updater 2008-10-31 15:28:21 UTC (rev 1144)
@@ -204,8 +204,8 @@
trap cleanup EXIT
-TMPFILE="$(mktemp /tmp/emacs-updater.files.XXXXXX)"
-PKGFILE="$(mktemp /tmp/emacs-updater.pkgs.XXXXXX)"
+TMPFILE="$(mktemp ${TMPDIR:-/tmp}/emacs-updater.files.XXXXXX)"
+PKGFILE="$(mktemp ${TMPDIR:-/tmp}/emacs-updater.pkgs.XXXXXX)"
for action in ${ACTIONS}; do
action_${action}
^ permalink raw reply [relevance 99%]
Results 1-1 of 1 | reverse | options above
-- pct% links below jump to the message on this page, permalinks otherwise --
2008-10-31 15:28 99% [gentoo-commits] emacs r1144 - emacs-updater Christian Faulhammer (opfer)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox