mirror of
https://github.com/pyenv/pyenv.git
synced 2024-11-21 20:47:00 -05:00
This looks unnecessary now
This commit is contained in:
parent
3051d21004
commit
11c54713bb
1 changed files with 0 additions and 12 deletions
|
@ -881,18 +881,6 @@ build_package_pyston() {
|
|||
build_package_copy
|
||||
mv "${PREFIX_PATH}/usr/bin" "${PREFIX_PATH}/bin"
|
||||
mv "${PREFIX_PATH}/usr/lib" "${PREFIX_PATH}/lib"
|
||||
local bin
|
||||
shopt -s nullglob
|
||||
for bin in "usr/bin/"*; do
|
||||
if [ -f "${bin}" ] && [ -x "${bin}" ] && [ ! -L "${bin}" ]; then
|
||||
case "${bin##*/}" in
|
||||
"python"* )
|
||||
( cd "${PREFIX_PATH}/bin" && ln -fs ../usr/bin/"${bin##*/}" "python" )
|
||||
;;
|
||||
esac
|
||||
fi
|
||||
done
|
||||
shopt -u nullglob
|
||||
}
|
||||
|
||||
build_package_ironpython() {
|
||||
|
|
Loading…
Reference in a new issue