dev-util/addlicense: don't copy the LICENSE file

Signed-off-by: Pavel Sobolev <contact@paveloom.dev>
This commit is contained in:
Pavel Sobolev
2026-05-15 19:54:20 +03:00
parent 2b6517d7c1
commit 2c98155495

View File

@@ -31,8 +31,7 @@ src_test() {
}
src_install() {
dobin ${PN}
DOCS=( LICENSE README.md )
default
dobin ${PN}
}