commit:     b8afeb4470dfd754a0d41f30321760c32d0bda88
Author:     Dale Sweeney <agooglygooglr <AT> gmail <DOT> com>
AuthorDate: Thu Jun 13 02:22:23 2024 +0000
Commit:     Dale Sweeney <agooglygooglr <AT> gmail <DOT> com>
CommitDate: Thu Jun 13 02:22:23 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b8afeb44

dev-libs/lzfse: Fix destdir of ebuild

Signed-off-by: Dale Sweeney <agooglygooglr <AT> gmail.com>

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

diff --git a/dev-libs/lzfse/lzfse-9999.ebuild b/dev-libs/lzfse/lzfse-9999.ebuild
index 506cf0166..8332d6e23 100644
--- a/dev-libs/lzfse/lzfse-9999.ebuild
+++ b/dev-libs/lzfse/lzfse-9999.ebuild
@@ -12,5 +12,5 @@ LICENSE="BSD"
 SLOT="0"
 
 src_install() {
-       emake INSTALL_PREFIX=${D}/usr install
+       emake INSTALL_PREFIX=${ED}/usr install
 }

Reply via email to