index : packages | |
Archlinux32 package modifications | gitolite user |
summaryrefslogtreecommitdiff |
-rw-r--r-- | extra/protobuf/PKGBUILD | 2 |
diff --git a/extra/protobuf/PKGBUILD b/extra/protobuf/PKGBUILD index 397daba7..2e13a8c5 100644 --- a/extra/protobuf/PKGBUILD +++ b/extra/protobuf/PKGBUILD @@ -2,7 +2,7 @@ eval "$( declare -f check | \ sed ' - s@make check \(.*\)@( make check \1) || true@ + s@make check@make check || true@ s@python setup.py test@python setup.py test || true@ ' ) |