From c1bdf245f2a8f82cd24512f18f72eee1f5052b61 Mon Sep 17 00:00:00 2001 From: Andrei Horodniceanu Date: Sat, 20 Apr 2024 22:33:27 +0300 Subject: dmd-r1.eclass: Fix paths in pkg_postinst elog messages Signed-off-by: Andrei Horodniceanu --- eclass/dmd-r1.eclass | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'eclass') diff --git a/eclass/dmd-r1.eclass b/eclass/dmd-r1.eclass index 802e820..90459c2 100644 --- a/eclass/dmd-r1.eclass +++ b/eclass/dmd-r1.eclass @@ -331,8 +331,9 @@ dmd-r1_src_install() { dmd-r1_pkg_postinst() { "${EROOT}"/usr/bin/eselect dlang update dmd - use examples && elog "Examples can be found in: ${dmd_prefix}/samples" - use doc && elog "HTML documentation is in: /usr/share/doc/${PF}/html" + use examples && + elog "Examples can be found in: ${EPREFIX}/usr/lib/${PN}/${SLOT}/samples" + use doc && elog "HTML documentation is in: ${EPREFIX}/usr/share/doc/${PF}/html" optfeature "additional D development tools" "dev-util/dlang-tools" } -- cgit v1.2.3-65-gdbad