diff options
author | Dale Sweeney <agooglygooglr@gmail.com> | 2024-06-13 15:18:14 -0400 |
---|---|---|
committer | Dale Sweeney <agooglygooglr@gmail.com> | 2024-06-13 15:18:50 -0400 |
commit | 6741bd510fbae56741d05f59445803401456846a (patch) | |
tree | e91537885a2e51a3898461f76b6e658b7d9d3e07 /dev-libs/lzfse | |
parent | app-office/nixnote-bin: copyright fix (diff) | |
download | guru-6741bd510fbae56741d05f59445803401456846a.tar.gz guru-6741bd510fbae56741d05f59445803401456846a.tar.bz2 guru-6741bd510fbae56741d05f59445803401456846a.zip |
dev-libs/lzfse: Fix QA issues in ebuild
Signed-off-by: Dale Sweeney <agooglygooglr@gmail.com>
Diffstat (limited to 'dev-libs/lzfse')
-rw-r--r-- | dev-libs/lzfse/lzfse-9999.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-libs/lzfse/lzfse-9999.ebuild b/dev-libs/lzfse/lzfse-9999.ebuild index 8332d6e23..184e83ef5 100644 --- a/dev-libs/lzfse/lzfse-9999.ebuild +++ b/dev-libs/lzfse/lzfse-9999.ebuild @@ -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 } |