mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-04-07 03:10:15 -04:00
dev-libs/lzfse: Fix QA issues in ebuild
Signed-off-by: Dale Sweeney <agooglygooglr@gmail.com>
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user