dev-libs/lzfse: Fix QA issues in ebuild

Signed-off-by: Dale Sweeney <agooglygooglr@gmail.com>
This commit is contained in:
Dale Sweeney 2024-06-13 15:18:14 -04:00
parent f401ed0271
commit 6741bd510f
No known key found for this signature in database
GPG Key ID: 8C85C606BDBF427F

View File

@ -8,9 +8,10 @@ inherit git-r3
EGIT_REPO_URI="https://github.com/lzfse/lzfse"
DESCRIPTION="LZFSE compression library and command line tool."
HOMEPAGE="https://github.com/lzfse/lzfse"
LICENSE="BSD"
SLOT="0"
src_install() {
emake INSTALL_PREFIX=${ED}/usr install
emake INSTALL_PREFIX="${ED}"/usr install
}