Cheetah: install pyo files only

This commit is contained in:
Stefan Saraev 2013-03-06 13:15:01 +02:00
parent 4292d9b3e7
commit 9bf0c62589

View File

@ -31,3 +31,4 @@ python setup.py build --cross-compile
python setup.py install --root=./.install --prefix=/usr
rm -rf .install/usr/bin
find .install/usr/lib/python*/site-packages/ -name "*.py" -exec rm -rf {} ";"