From 632d6c798bd5e936f8c301f4a0b1389d5451673b Mon Sep 17 00:00:00 2001 From: piernov Date: Mon, 26 Sep 2011 20:35:16 +0200 Subject: python 3.2.2-1 correction port --- base/python/Pkgfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'base/python') diff --git a/base/python/Pkgfile b/base/python/Pkgfile index 3dd1b0d61..09c4913f9 100755 --- a/base/python/Pkgfile +++ b/base/python/Pkgfile @@ -42,6 +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 + [[ -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-70-g09d2