pycrypto: install pyo files only

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2013-02-18 22:30:45 +01:00
parent 36be00b307
commit 306dd41b5b

View File

@ -38,3 +38,5 @@ ac_cv_func_malloc_0_nonnull=yes \
python setup.py build --cross-compile
python setup.py install --root=./.install --prefix=/usr
find ./.install -name "*.py" -exec rm -rf "{}" ";"