mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-11 08:03:16 -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() {
|
src_install() {
|
||||||
dobin target/release/lapce
|
local btype=release
|
||||||
dobin target/release/lapce-proxy
|
if use debug; then
|
||||||
|
btype=debug
|
||||||
|
fi
|
||||||
|
dobin target/"${btype}"/lapce
|
||||||
|
dobin target/"${btype}"/lapce-proxy
|
||||||
domenu extra/linux/dev.lapce.lapce.desktop
|
domenu extra/linux/dev.lapce.lapce.desktop
|
||||||
newicon extra/images/logo.png dev.lapce.lapce.png
|
newicon extra/images/logo.png dev.lapce.lapce.png
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user