python: libpythonX.X needs to be 755. Bumprev.

--HG--
extra : convert_revision : 2efbbbaaa7a98c3a9f081a4948cd5567560919b5
This commit is contained in:
Juan RP 2010-04-22 09:25:01 +02:00
parent 82b471ce60
commit 22006da164

View file

@ -1,7 +1,7 @@
# Template build file for 'python'. # Template build file for 'python'.
pkgname=python pkgname=python
version=2.6.5 version=2.6.5
revision=1 revision=2
wrksrc="Python-$version" wrksrc="Python-$version"
distfiles="http://www.python.org/ftp/python/$version/Python-$version.tar.bz2" distfiles="http://www.python.org/ftp/python/$version/Python-$version.tar.bz2"
configure_args="--with-threads --enable-ipv6 --with-signal-module configure_args="--with-threads --enable-ipv6 --with-signal-module
@ -49,3 +49,8 @@ pre_configure()
{ {
export OPT="${XBPS_CFLAGS} -fwrapv" export OPT="${XBPS_CFLAGS} -fwrapv"
} }
post_install()
{
chmod 755 ${DESTDIR}/usr/lib/libpython*.so*
}