summaryrefslogtreecommitdiffstats
path: root/base/python
diff options
context:
space:
mode:
Diffstat (limited to 'base/python')
-rwxr-xr-xbase/python/Pkgfile4
1 files changed, 2 insertions, 2 deletions
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
}