1
0
mirror of https://github.com/pyenv/pyenv.git synced 2025-11-09 12:03:49 -05:00

Update to Pyston's v2 package of the 2.3.1 release (#2078)

This one gets rid of the extra "usr" subdirectory that we had and now fits the format that pyenv expects
This commit is contained in:
Kevin Modzelewski
2021-09-28 14:12:46 -04:00
committed by GitHub
parent 7dd48d1665
commit a7895e6ea8
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() {