summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--PKGBUILD6
1 files changed, 0 insertions, 6 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8a71eaca62b3..374b6614785f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -27,12 +27,6 @@ prepare() {
# This test breaks for some people but not for others,
# see comments from oriba, crave and pha-qu on the AUR page
sed -i '/test_mcast "mcast-join-loop"/d' 'test/unix/test_mcast.ml'
-
- # I was unable to persuade dune to not build lwt_domain (which
- # we don't want to build as there's no ocaml-multicore package),
- # so let's just delete it until I figure out what's going on
- rm -rf 'lwt_domain.opam'
- rm -rf {'src','test'}'/domain/'
}
build() {