commit: 5e54c1173c49c7503d8d82ff593b58aca9f9b16c
Author: Ivan Lloro <ivan.lloro.boada <AT> gmail <DOT> com>
AuthorDate: Fri Jun 21 14:35:33 2024 +0000
Commit: David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Fri Jun 21 14:35:33 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=5e54c117
media-gfx/mayo-0.8.0: INSTALL_ROOT="${ED}" (instead of "${D}")
Signed-off-by: Ivan Lloro <ivan.lloro.boada <AT> gmail.com>
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 f860f2e43..2b0a41215 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
}