From 908aeb406c8c2468e9e29388eca78074298630e0 Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Sat, 26 May 2012 17:15:46 +0200 Subject: [PATCH] Imaging: dont install unneeded files Signed-off-by: Stephan Raue --- packages/python/graphics/Imaging/build | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/python/graphics/Imaging/build b/packages/python/graphics/Imaging/build index 285d2998d2..e3cee35f6f 100755 --- a/packages/python/graphics/Imaging/build +++ b/packages/python/graphics/Imaging/build @@ -31,3 +31,4 @@ python setup.py build --cross-compile python setup.py install --root=./.install --prefix=/usr rm -rf .install/usr/bin +rm -rf .install/usr/lib/python*/site-packages/*/*.py