1
0
mirror of https://github.com/pyenv/pyenv.git synced 2025-11-10 20:43:48 -05:00

move patches into ./share to fix the install.sh

This commit is contained in:
Yamashita Yuu
2013-05-09 00:11:52 +09:00
parent e9b0ecf021
commit f01d1d1064
29 changed files with 4 additions and 4 deletions

View File

@@ -17,7 +17,7 @@ for file in bin/*; do
done
for file in share/python-build/*; do
cp "${file}" "${SHARE_PATH}"
cp -Rp "${file}" "${SHARE_PATH}"
done
echo "Installed python-build at ${PREFIX}"