summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xbase/python/Pkgfile5
1 files changed, 3 insertions, 2 deletions
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
}
-