diff --git a/srcpkgs/python3/template b/srcpkgs/python3/template index fafc7aff53e..980aaa82f4b 100644 --- a/srcpkgs/python3/template +++ b/srcpkgs/python3/template @@ -1,7 +1,7 @@ # Template build file for 'python3'. pkgname=python3 version=3.3.2 -revision=3 +revision=4 wrksrc="Python-${version}" short_desc="Interpreted, interactive, object-oriented programming language (3.x series)" maintainer="Juan RP " @@ -45,6 +45,8 @@ do_install() { make DESTDIR=${DESTDIR} install maninstall install -Dm644 LICENSE ${DESTDIR}/usr/share/licenses/${pkgname}/LICENSE + rm -f ${DESTDIR}/usr/bin/2to3 + ln -sf ../../libpython3.3m.so \ ${DESTDIR}/usr/lib/python3.3/config-3.3m/libpython3.3m.so }