gui-apps/darkman: Fix systemd user unit installation

Signed-off-by: Alberto Gireud <agireud@protonmail.com>
This commit is contained in:
Alberto Gireud 2024-06-18 19:40:01 -05:00
parent 849ca32f83
commit d0472a6983
No known key found for this signature in database
GPG Key ID: BDC5168CA5190FF9

View File

@ -33,7 +33,7 @@ src_compile() {
src_install() {
dobin ${PN}
systemd_dounit ${PN}.service
systemd_douserunit ${PN}.service
doman ${PN}.1
use examples && DOCS+=( examples/. )