From 5e54c1173c49c7503d8d82ff593b58aca9f9b16c Mon Sep 17 00:00:00 2001 From: Ivan Lloro Date: Fri, 21 Jun 2024 16:35:33 +0200 Subject: [PATCH] media-gfx/mayo-0.8.0: INSTALL_ROOT="${ED}" (instead of "${D}") Signed-off-by: Ivan Lloro --- media-gfx/mayo/mayo-0.8.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-gfx/mayo/mayo-0.8.0.ebuild b/media-gfx/mayo/mayo-0.8.0.ebuild index f860f2e43f..2b0a412152 100644 --- a/media-gfx/mayo/mayo-0.8.0.ebuild +++ b/media-gfx/mayo/mayo-0.8.0.ebuild @@ -34,7 +34,7 @@ src_configure() { } src_install() { - emake install INSTALL_ROOT="${D}" + emake install INSTALL_ROOT="${ED}" dobin mayo einstalldocs }