comparison scripts/wine-py2exe @ 470:f98e1b326250

Add walkthrough to windows bundle.
author Simon Cross <hodgestar+bzr@gmail.com>
date Sun, 29 Aug 2010 02:06:48 +0200
parents f15c4f7c24e6
children 096a568d98aa
comparison
equal deleted inserted replaced
469:b7de5b3608d3 470:f98e1b326250
55 echo "'${WINE_PYTHON}/Lib/site-packages/pygame' -> '${DEST}'" 55 echo "'${WINE_PYTHON}/Lib/site-packages/pygame' -> '${DEST}'"
56 rm -rf "${DEST}/pygame" 56 rm -rf "${DEST}/pygame"
57 cp -R "${WINE_PYTHON}/Lib/site-packages/pygame" "${DEST}" 57 cp -R "${WINE_PYTHON}/Lib/site-packages/pygame" "${DEST}"
58 rm -rf "${DEST}/pygame/examples" "${DEST}/pygame/tests" "${DEST}/pygame/docs" 58 rm -rf "${DEST}/pygame/examples" "${DEST}/pygame/tests" "${DEST}/pygame/docs"
59 59
60 echo "'docs/walkthrough.rst' -> '${DEST}/Resources'"
61 rm -f "${DEST}/walkthrough.rst"
62 cp "docs/walkthrough.rst" "${DEST}/walkthrough.rst"
63
60 echo "" 64 echo ""
61 65
62 # 66 #
63 # create zip file 67 # create zip file
64 # 68 #