dev-libs/lzfse: Fix destdir of ebuild

Signed-off-by: Dale Sweeney <agooglygooglr@gmail.com>
This commit is contained in:
Dale Sweeney
2024-06-12 22:22:23 -04:00
parent e22af8f6c5
commit b8afeb4470

View File

@@ -12,5 +12,5 @@ LICENSE="BSD"
SLOT="0"
src_install() {
emake INSTALL_PREFIX=${D}/usr install
emake INSTALL_PREFIX=${ED}/usr install
}