From 81cc989543d935f11be84b3fb0696a57c2d9abd2 Mon Sep 17 00:00:00 2001 From: Michał Masłowski Date: Fri, 20 Apr 2012 18:52:45 +0200 Subject: Fix typo preventing python build on mips64el. --- extra/python/PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'extra') diff --git a/extra/python/PKGBUILD b/extra/python/PKGBUILD index 93db5fc80..0b5a21ac3 100644 --- a/extra/python/PKGBUILD +++ b/extra/python/PKGBUILD @@ -34,7 +34,7 @@ build() { rm -r Modules/_ctypes/{darwin,libffi}* - if [ "$CARCH" = "mips64el" ]; then + if [ "$CARCH" != "mips64el" ]; then extraconf=--with-valgrind else extraconf="" -- cgit v1.2.3-54-g00ecf