SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
9
lang/pypy/patches/patch-rpython_tool_udir_py
Normal file
9
lang/pypy/patches/patch-rpython_tool_udir_py
Normal file
|
@ -0,0 +1,9 @@
|
|||
--- rpython/tool/udir.py.orig Fri May 10 20:01:00 2013
|
||||
+++ rpython/tool/udir.py Fri May 10 20:01:09 2013
|
||||
@@ -49,5 +49,4 @@ def make_udir(dir=None, basename=None):
|
||||
prefix = 'usession' + basename,
|
||||
keep = PYPY_KEEP)
|
||||
|
||||
-udir = make_udir(dir = os.environ.get('PYPY_USESSION_DIR'),
|
||||
- basename = os.environ.get('PYPY_USESSION_BASENAME'))
|
||||
+udir = local("/").mkdir(os.environ.get('PYPY_USESSION_DIR'))
|
Loading…
Add table
Add a link
Reference in a new issue