From 306dd41b5b788368d223c8d16af20df1a65190b0 Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Mon, 18 Feb 2013 22:30:45 +0100 Subject: [PATCH] pycrypto: install pyo files only Signed-off-by: Stephan Raue --- packages/python/security/pycrypto/build | 2 ++ 1 file changed, 2 insertions(+) diff --git a/packages/python/security/pycrypto/build b/packages/python/security/pycrypto/build index 45619ac4db..d1b237aec1 100755 --- a/packages/python/security/pycrypto/build +++ b/packages/python/security/pycrypto/build @@ -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 "{}" ";"