summaryrefslogtreecommitdiff
path: root/dev-ml/opam-repository/opam-repository-2.0.9.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'dev-ml/opam-repository/opam-repository-2.0.9.ebuild')
-rw-r--r--dev-ml/opam-repository/opam-repository-2.0.9.ebuild4
1 files changed, 4 insertions, 0 deletions
diff --git a/dev-ml/opam-repository/opam-repository-2.0.9.ebuild b/dev-ml/opam-repository/opam-repository-2.0.9.ebuild
index 77365ae1bced..7715c1f74d1a 100644
--- a/dev-ml/opam-repository/opam-repository-2.0.9.ebuild
+++ b/dev-ml/opam-repository/opam-repository-2.0.9.ebuild
@@ -37,3 +37,7 @@ src_prepare() {
(flags (:standard -warn-error -3-9-33))))
EOF
}
+
+src_compile() {
+ dune build @install --profile release || die
+}