index : packages | |
Archlinux32 package modifications | gitolite user |
summaryrefslogtreecommitdiff |
-rw-r--r-- | core/dbus-broker/PKGBUILD | 5 |
diff --git a/core/dbus-broker/PKGBUILD b/core/dbus-broker/PKGBUILD new file mode 100644 index 00000000..c4cc2d71 --- /dev/null +++ b/core/dbus-broker/PKGBUILD @@ -0,0 +1,5 @@ +# Disable sockopt and proc tests as they fail in the container +eval "$( + declare -f prepare | \ + sed '4 i sed -i '/test_sockopt/d' src/meson.build; sed -i '/test_proc/d' src/meson.build' +)" |