net-mail/hydroxide: don't add LICENSE file to $DOCS

Signed-off-by: Leonardo Hernández Hernández <leohdz172@outlook.com>
This commit is contained in:
Leonardo Hernández Hernández
2022-09-08 18:40:17 -05:00
parent 599b443ff7
commit 4e84d04a0e
2 changed files with 2 additions and 2 deletions

View File

@@ -42,7 +42,7 @@ src_compile() {
}
src_install() {
local DOCS=( "LICENSE" "README.md" )
local DOCS=( "README.md" )
einstalldocs
dobin "${PN}"

View File

@@ -42,7 +42,7 @@ src_compile() {
}
src_install() {
local DOCS=( "LICENSE" "README.md" )
local DOCS=( "README.md" )
einstalldocs
dobin "${PN}"