Signed-off-by: Benoît Dufour <benoit.dufour@mail.com>
This commit is contained in:
Benoît Dufour 2024-08-11 23:09:46 -04:00
parent 33f99484aa
commit 1596c16b8d
No known key found for this signature in database
GPG Key ID: BA1446102462E1EA

View File

@ -31,8 +31,8 @@ src_compile() {
}
src_install() {
cp -ar "${S}"/opt/bisq "${ED}"/opt/
dosym ../Bisq/Bisq /opt/bisq/bin/Bisq
cp -ar "${S}"/opt/ "${ED}"/opt/
dosym ../bisq/bin/Bisq /opt/bin/Bisq
domenu opt/bisq/lib/bisq-Bisq.desktop
doicon opt/bisq/lib/Bisq.png
}