mirror of
https://github.com/pyenv/pyenv.git
synced 2024-11-21 20:47:00 -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:
parent
2797f3d80e
commit
df51c13323
1 changed files with 1 additions and 1 deletions
|
@ -17,4 +17,4 @@ SHARE_PATH="${PREFIX}/share/python-build"
|
||||||
mkdir -p "$BIN_PATH" "$SHARE_PATH"
|
mkdir -p "$BIN_PATH" "$SHARE_PATH"
|
||||||
|
|
||||||
install -p bin/* "$BIN_PATH"
|
install -p bin/* "$BIN_PATH"
|
||||||
install -p share/python-build/* "$SHARE_PATH"
|
cp -RPp share/python-build/* "$SHARE_PATH"
|
||||||
|
|
Loading…
Reference in a new issue