From ee93844578c34342279f5ea18137dc6b71133538 Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Thu, 24 May 2012 17:06:34 +0200 Subject: [PATCH] pyOpenSSL: cleanup build and install scripts, dont use 'easy_install', dont depend on 'distribute' Signed-off-by: Stephan Raue --- packages/python/security/pyOpenSSL/build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/python/security/pyOpenSSL/build b/packages/python/security/pyOpenSSL/build index 4490958bc2..285d2998d2 100755 --- a/packages/python/security/pyOpenSSL/build +++ b/packages/python/security/pyOpenSSL/build @@ -28,6 +28,6 @@ export LDFLAGS="$LDFLAGS -L$SYSROOT_PREFIX/usr/lib -L$SYSROOT_PREFIX/lib" cd $PKG_BUILD python setup.py build --cross-compile -python setup.py install -O0 --no-compile --prefix /usr --root .install +python setup.py install --root=./.install --prefix=/usr rm -rf .install/usr/bin