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
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user