app-misc/ledger-live: update install phase

Signed-off-by: Tony Olagbaiye <bqv@fron.io>
This commit is contained in:
Tony Olagbaiye
2022-09-03 00:31:03 +01:00
parent 65e6e73305
commit ac86e893a3

View File

@@ -20,6 +20,6 @@ RESTRICT="binchecks strip"
S="${WORKDIR}"
src_install() {
cp ${DISTDIR}/ledger-live-desktop-${PV}-linux-x86_64.AppImage ledger-live
cp ${DISTDIR}/ledger-live-desktop-${PV}-linux-x86_64.AppImage ledger-live || die
dobin ledger-live
}