commit:     8a3b318f4e3fa10a6f4909659bb52383ae9b2aa0
Author:     Joey Dumont <joey.dumont <AT> gmail <DOT> com>
AuthorDate: Sun May 12 14:23:51 2024 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon May 13 01:01:27 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8a3b318f

dev-libs/mpdecimal: fix Prefix path mismatch

Signed-off-by: Joey Dumont <joey.dumont <AT> gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/36655
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-libs/mpdecimal/mpdecimal-4.0.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/mpdecimal/mpdecimal-4.0.0.ebuild 
b/dev-libs/mpdecimal/mpdecimal-4.0.0.ebuild
index 91795ce385ce..4e0a3c10dbec 100644
--- a/dev-libs/mpdecimal/mpdecimal-4.0.0.ebuild
+++ b/dev-libs/mpdecimal/mpdecimal-4.0.0.ebuild
@@ -59,5 +59,5 @@ src_test() {
 
 src_install() {
        default
-       rm -r "${ED}/removeme" || die
+       rm -r "${D}/removeme" || die
 }

Reply via email to