index : packages | |
Archlinux32 package modifications | gitolite user |
summaryrefslogtreecommitdiff |
-rw-r--r-- | extra/python/PKGBUILD | 2 |
diff --git a/extra/python/PKGBUILD b/extra/python/PKGBUILD index 143f128d..19d90ce2 100644 --- a/extra/python/PKGBUILD +++ b/extra/python/PKGBUILD @@ -47,6 +47,6 @@ fi eval "$( declare -f check | \ sed " - s/-uall/-uall -x test_posix -x test_gdb -x test_socket \\|\\| true/g + /-uall/ s/;\?$/ -x test_posix -x test_gdb -x test_socket \\|\\| true/g " )" |