From 22006da164019cdaf24c9ca5e8e206691e15a800 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Thu, 22 Apr 2010 09:25:01 +0200 Subject: [PATCH] python: libpythonX.X needs to be 755. Bumprev. --HG-- extra : convert_revision : 2efbbbaaa7a98c3a9f081a4948cd5567560919b5 --- srcpkgs/python/template | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/srcpkgs/python/template b/srcpkgs/python/template index de260d361db..fed620d0810 100644 --- a/srcpkgs/python/template +++ b/srcpkgs/python/template @@ -1,7 +1,7 @@ # Template build file for 'python'. pkgname=python version=2.6.5 -revision=1 +revision=2 wrksrc="Python-$version" distfiles="http://www.python.org/ftp/python/$version/Python-$version.tar.bz2" configure_args="--with-threads --enable-ipv6 --with-signal-module @@ -49,3 +49,8 @@ pre_configure() { export OPT="${XBPS_CFLAGS} -fwrapv" } + +post_install() +{ + chmod 755 ${DESTDIR}/usr/lib/libpython*.so* +}