mirror of
https://github.com/pyenv/pyenv.git
synced 2025-11-10 12:33:48 -05:00
Use cp -RPp to copy share directories recursively.
We have some patches for CPython in `share/python-build/patches`.
This commit is contained in:
@@ -17,4 +17,4 @@ SHARE_PATH="${PREFIX}/share/python-build"
|
||||
mkdir -p "$BIN_PATH" "$SHARE_PATH"
|
||||
|
||||
install -p bin/* "$BIN_PATH"
|
||||
install -p share/python-build/* "$SHARE_PATH"
|
||||
cp -RPp share/python-build/* "$SHARE_PATH"
|
||||
|
||||
Reference in New Issue
Block a user