index : packages | |
Archlinux32 package modifications | gitolite user |
summaryrefslogtreecommitdiff |
author | Andreas Baumann <mail@andreasbaumann.cc> | 2021-08-12 06:43:22 +0200 |
---|---|---|
committer | Andreas Baumann <mail@andreasbaumann.cc> | 2021-08-12 06:43:22 +0200 |
commit | e5fe90559766b7bbd84af7b5e42d542efe40ca76 (patch) | |
tree | dec99960c896dbef65bed261f8d5eea3b673d3dd /extra/protobuf | |
parent | 6c45440b851d00410de936cb22ac0368133aba03 (diff) |
-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@ ' ) |