From d9ded187009dff5069b056ab5f80a0668bfc4a35 Mon Sep 17 00:00:00 2001 From: piernov Date: Sun, 17 Jul 2011 19:28:08 +0200 Subject: python 3.2.1-2 correction lien --- base/python/Pkgfile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'base') diff --git a/base/python/Pkgfile b/base/python/Pkgfile index 21cfbd50e..304633437 100755 --- a/base/python/Pkgfile +++ b/base/python/Pkgfile @@ -7,7 +7,7 @@ name=python version=3.2.1 -release=1 +release=2 source=( http://www.python.org/ftp/python/$version/Python-$version.tar.xz) build() { @@ -42,5 +42,6 @@ build() { rm $PKG/usr/bin/2to3 install -Dm644 LICENSE $PKG/usr/share/licenses/$name/LICENSE + [[ ! -r $PKG/usr/lib/pkgconfig/python-3.2mu.pc ]] && ln -s python-3.2.pc $PKG/usr/lib/pkgconfig/python-3.2mu.pc + [[ ! -r $PKG/usr/lib/pkgconfig/python3.pc ]] && ln -s python-3.2.pc $PKG/usr/lib/pkgconfig/python3.pc } - -- cgit v1.2.3-54-g00ecf