summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--extra/protobuf/PKGBUILD2
1 files changed, 1 insertions, 1 deletions
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@
'
)