Author: David Schneider <[email protected]>
Branch:
Changeset: r704:c8e0191cbbfa
Date: 2012-10-05 10:43 -0300
http://bitbucket.org/pypy/buildbot/changeset/c8e0191cbbfa/
Log: grrr, tweak
diff --git a/bot2/pypybuildbot/builds.py b/bot2/pypybuildbot/builds.py
--- a/bot2/pypybuildbot/builds.py
+++ b/bot2/pypybuildbot/builds.py
@@ -464,10 +464,10 @@
description="move pypy-c",
command=['cp', '-v', 'pypy-c/bin/pypy',
'build/pypy/translator/goal/pypy-c'],
workdir='.'))
- # copy generated and copied header files
+ # copy generated and copied header files to build/include
self.addStep(ShellCmd(
description="move header files",
- command=['cp', '-vr', 'pypy-c/include/', 'build/include/'],
+ command=['cp', '-vr', 'pypy-c/include', 'build'],
workdir='.'))
add_translated_tests(self, prefix, platform, app_tests, lib_python,
pypyjit)
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit