index : packages | |
Archlinux32 package modifications | gitolite user |
summaryrefslogtreecommitdiff |
-rw-r--r-- | extra/python-cffi/PKGBUILD | 2 |
diff --git a/extra/python-cffi/PKGBUILD b/extra/python-cffi/PKGBUILD index 3f9d3db4..78288a37 100644 --- a/extra/python-cffi/PKGBUILD +++ b/extra/python-cffi/PKGBUILD @@ -1,2 +1,2 @@ # These for some reason fail only when run through the build system... -eval "$(declare -f check | sed 's@pytest@pytest || true')" +eval "$(declare -f check | sed 's@pytest@pytest || true@')" |