From 1d37749ec149c732546a611661b52051a2b912f3 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz <me@kennethreitz.org> Date: Mon, 31 Jul 2017 19:27:48 -0400 Subject: [PATCH] fixed the bug for pypy-5.8.0 (#431) --- builds/runtimes/pypy-5.8.0 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/builds/runtimes/pypy-5.8.0 b/builds/runtimes/pypy-5.8.0 index 5c6ab3f8..1e06e711 100755 --- a/builds/runtimes/pypy-5.8.0 +++ b/builds/runtimes/pypy-5.8.0 @@ -9,4 +9,4 @@ SOURCE_TARBALL='https://bitbucket.org/pypy/pypy/downloads/pypy2-v5.8.0-linux64.t curl -L $SOURCE_TARBALL | tar jx cp -R pypy2-v5.8.0-linux64/* $OUT_PREFIX -ln $OUT_PREFIX/bin/pypy2 $OUT_PREFIX/bin/python +ln $OUT_PREFIX/bin/pypy $OUT_PREFIX/bin/python -- GitLab