1
0
mirror of https://github.com/pyenv/pyenv.git synced 2025-11-11 13:03:46 -05:00

Fix "`build_package_pyston2.2': not a valid identifier"

This commit is contained in:
Ivan Pozdeev
2021-10-07 02:36:50 +03:00
parent 10a8c83888
commit f5cc25ed14
3 changed files with 3 additions and 3 deletions

View File

@@ -858,7 +858,7 @@ build_package_jython_builder() {
( cd "dist" && build_package_jython )
}
build_package_pyston2.2() {
build_package_pyston2_2() {
# currently supported version 2.2 and 2.3
build_package_copy
mkdir -p "${PREFIX_PATH}/bin" "${PREFIX_PATH}/lib"