commit:     84f79a3f1f6c217853e01097b5197f30e8b2afb3
Author:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 20 17:07:17 2022 +0000
Commit:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Sun Nov 20 17:08:08 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=84f79a3f

dev-ml/dune: use ED instead of D

Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>

 dev-ml/dune/dune-3.0.3-r1.ebuild | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/dev-ml/dune/dune-3.0.3-r1.ebuild b/dev-ml/dune/dune-3.0.3-r1.ebuild
index 34a23dd6020a..4021856b5e95 100644
--- a/dev-ml/dune/dune-3.0.3-r1.ebuild
+++ b/dev-ml/dune/dune-3.0.3-r1.ebuild
@@ -43,8 +43,7 @@ src_configure() {
 
 src_compile() {
        ocaml bootstrap.ml -j $(makeopts_jobs) || die
-       ./dune.exe build -p "${PN}" --profile dune-bootstrap \
-               -j $(makeopts_jobs) \
+       ./dune.exe build -p "${PN}" --profile dune-bootstrap -j 
$(makeopts_jobs) \
                --display short || die
 
        use emacs && elisp-compile editor-integration/emacs/*.el
@@ -56,8 +55,8 @@ src_install() {
                || die
 
        dodir /usr/share/doc
-       mv "${D}"/usr/doc/dune "${D}"/usr/share/doc/${PF} || die
-       rmdir "${D}"/usr/doc || die
+       mv "${ED}"/usr/doc/dune "${ED}"/usr/share/doc/${PF} || die
+       rmdir "${ED}"/usr/doc || die
 
        if use emacs ; then
                elisp-install ${PN} editor-integration/emacs/*.el{,c}

Reply via email to