1
0
mirror of https://github.com/pyenv/pyenv.git synced 2025-11-11 13:03:46 -05:00
This commit is contained in:
Ivan Pozdeev
2021-10-01 02:30:41 +03:00
2 changed files with 2 additions and 4 deletions

View File

@@ -877,10 +877,8 @@ build_package_pyston2.2() {
}
build_package_pyston() {
# currently supported version 2.3.1 and higher
# currently supported version 2.3.1v2 and higher
build_package_copy
mv "${PREFIX_PATH}/usr/bin" "${PREFIX_PATH}/bin"
mv "${PREFIX_PATH}/usr/lib" "${PREFIX_PATH}/lib"
}
build_package_ironpython() {