media-gfx/oculante: fix missing binary :D

This commit is contained in:
roku 2025-01-24 02:22:14 +01:00
parent 0a63b0cf3f
commit 76c8faf26b

View file

@ -946,8 +946,12 @@ LICENSE+="
SLOT="0"
KEYWORDS="~amd64"
# rust does not use *FLAGS from make.conf, silence portage warning
QA_FLAGS_IGNORED="usr/bin/${PN}"
QA_PRESTRIPPED="usr/bin/${PN}"
src_install() {
default
cargo_src_install
domenu "${S}/res/oculante.desktop"
}