Use cp -RPp to copy share directories recursively.

We have some patches for CPython in `share/python-build/patches`.
This commit is contained in:
Yamashita Yuu 2013-12-21 01:04:19 +09:00
parent 2797f3d80e
commit df51c13323

View file

@ -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"