gui-apps/clipman: make DOCS local to avoid variable pollution

Signed-off-by: Lucio Sauer <watermanpaint@posteo.net>
This commit is contained in:
Lucio Sauer 2024-07-18 16:33:33 +02:00
parent 70317fcb69
commit 8723b6b86b
No known key found for this signature in database
GPG Key ID: 5568A2DDA60CA297

View File

@ -30,6 +30,6 @@ src_install() {
dobin ${PN}
doman docs/${PN}.1
DOCS=("README.md")
local DOCS=("README.md")
einstalldocs
}