[tor-commits] [flashproxy/master] Longer name for PYINSTALLER_TMPDIR.

dcf at torproject.org dcf at torproject.org
Mon Dec 3 00:57:51 UTC 2012


commit 51f5806854b5a2b3578b65cdf5da60abdb2ad785
Author: David Fifield <david at bamsoftware.com>
Date:   Sun Dec 2 10:58:46 2012 -0800

    Longer name for PYINSTALLER_TMPDIR.
---
 Makefile |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/Makefile b/Makefile
index 2eb14ae..6723dab 100644
--- a/Makefile
+++ b/Makefile
@@ -4,7 +4,7 @@ MANDIR = $(PREFIX)/share/man
 
 PYTHON = python
 PYINSTALLER_PY = ../pyinstaller-2.0/pyinstaller.py
-export PYINSTALLER_TMPDIR = pyi
+export PYINSTALLER_TMPDIR = pyinstaller-tmp
 
 VERSION = 0.8
 





More information about the tor-commits mailing list