Author: Alexander Hesse <[email protected]>
Branch: split-rpython
Changeset: r59733:7f1c3c39723f
Date: 2013-01-05 17:17 +0100
http://bitbucket.org/pypy/pypy/changeset/7f1c3c39723f/
Log: Fixed path of pypy-c in package.py
diff --git a/pypy/tool/release/package.py b/pypy/tool/release/package.py
--- a/pypy/tool/release/package.py
+++ b/pypy/tool/release/package.py
@@ -48,7 +48,7 @@
basename = 'pypy-c'
if sys.platform == 'win32':
basename += '.exe'
- pypy_c = basedir.join('pypy', 'translator', 'goal', basename)
+ pypy_c = basedir.join(basename)
else:
pypy_c = py.path.local(override_pypy_c)
if not pypy_c.check():
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit