simplejson: dont install unneeded files

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2012-05-26 17:15:10 +02:00
parent c9aab4d7ed
commit 4e1d63e4d8

View File

@ -29,3 +29,6 @@ cd $PKG_BUILD
python setup.py build --cross-compile python setup.py build --cross-compile
python setup.py install --root=./.install --prefix=/usr python setup.py install --root=./.install --prefix=/usr
rm -rf .install/usr/lib/python*/site-packages/*/*.py
rm -rf .install/usr/lib/python*/site-packages/*/tests