mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-09 23:23:00 -04:00
app-editors/lapce: fix 916985
Closes: https://bugs.gentoo.org/916985 Signed-off-by: Pascal Jäger <pascal.jaeger@leimstift.de>
This commit is contained in:
@@ -51,8 +51,12 @@ src_compile() {
|
||||
}
|
||||
|
||||
src_install() {
|
||||
dobin target/release/lapce
|
||||
dobin target/release/lapce-proxy
|
||||
local btype=release
|
||||
if use debug; then
|
||||
btype=debug
|
||||
fi
|
||||
dobin target/"${btype}"/lapce
|
||||
dobin target/"${btype}"/lapce-proxy
|
||||
domenu extra/linux/dev.lapce.lapce.desktop
|
||||
newicon extra/images/logo.png dev.lapce.lapce.png
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user