* Make it easier to build custom installers (such as a 3-way universal build)

* Upgrade bzip dependency to 1.0.5
This commit is contained in:
Ronald Oussoren 2009-09-20 20:16:11 +00:00
parent a9cfbded4b
commit c66ced30be
2 changed files with 200 additions and 182 deletions

View file

@ -16,16 +16,6 @@ FWK="/Library/Frameworks/Python.framework/Versions/@PYVER@"
-x badsyntax -x site-packages \
"${FWK}/lib/python${PYVER}"
"${FWK}/bin/python@PYVER@" -Wi -tt \
"${FWK}/lib/python${PYVER}/compileall.py" \
-x badsyntax -x site-packages \
"${FWK}/Mac/Tools"
"${FWK}/bin/python@PYVER@" -Wi -tt -O \
"${FWK}/lib/python${PYVER}/compileall.py" \
-x badsyntax -x site-packages \
"${FWK}/Mac/Tools"
chgrp -R admin "${FWK}"
chmod -R g+w "${FWK}"