From bbe84d041189b8aad6b739cbb12605d286073fe3 Mon Sep 17 00:00:00 2001 From: "Yamashita, Yuu" Date: Wed, 15 Jun 2016 02:51:48 +0000 Subject: [PATCH] Fix the name of `pypy-5.3-src` --- plugins/python-build/share/python-build/pypy-5.3 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/plugins/python-build/share/python-build/pypy-5.3 b/plugins/python-build/share/python-build/pypy-5.3 index 6a752353..e804267c 100644 --- a/plugins/python-build/share/python-build/pypy-5.3 +++ b/plugins/python-build/share/python-build/pypy-5.3 @@ -6,7 +6,7 @@ case "$(pypy_architecture 2>/dev/null || true)" in { echo colorize 1 "ERROR" echo ": The binary distribution of PyPy is not available for $(pypy_architecture 2>/dev/null || true)." - echo "try 'pypy-5.3.0-src' to build from soruce." + echo "try 'pypy-5.3-src' to build from soruce." echo } >&2 exit 1 @@ -31,7 +31,7 @@ case "$(pypy_architecture 2>/dev/null || true)" in { echo colorize 1 "ERROR" echo ": The binary distribution of PyPy is not available for $(pypy_architecture 2>/dev/null || true)." - echo "try 'pypy-5.3.0-src' to build from soruce." + echo "try 'pypy-5.3-src' to build from soruce." echo } >&2 exit 1 @@ -48,7 +48,7 @@ case "$(pypy_architecture 2>/dev/null || true)" in { echo colorize 1 "ERROR" echo ": The binary distribution of PyPy is not available for $(pypy_architecture 2>/dev/null || true)." - echo "try 'pypy-5.3.0-src' to build from soruce." + echo "try 'pypy-5.3-src' to build from soruce." echo } >&2 exit 1