mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-24 18:58:08 -07:00
app-emulation/ruffle: Use new cargo_target_dir helper
Signed-off-by: James Le Cuirot <chewi@gentoo.org>
This commit is contained in:
@@ -742,9 +742,7 @@ src_install() {
|
||||
make_desktop_entry ${PN} ${PN^} ${PN} "AudioVideo;Player;Emulator;" \
|
||||
"MimeType=application/x-shockwave-flash;application/vnd.adobe.flash.movie;"
|
||||
|
||||
# TODO: swap with /gentoo after https://github.com/gentoo/gentoo/pull/29510
|
||||
cd target/$(usex debug{,} release) || die
|
||||
|
||||
cd "$(cargo_target_dir)" || die
|
||||
newbin ${PN}_desktop ${PN}
|
||||
newbin exporter ${PN}_exporter
|
||||
dobin ${PN}_scanner
|
||||
|
||||
@@ -723,9 +723,7 @@ src_install() {
|
||||
make_desktop_entry ${PN} ${PN^} ${PN} "AudioVideo;Player;Emulator;" \
|
||||
"MimeType=application/x-shockwave-flash;application/vnd.adobe.flash.movie;"
|
||||
|
||||
# TODO: swap with /gentoo after https://github.com/gentoo/gentoo/pull/29510
|
||||
cd target/$(usex debug{,} release) || die
|
||||
|
||||
cd "$(cargo_target_dir)" || die
|
||||
newbin ${PN}_desktop ${PN}
|
||||
newbin exporter ${PN}_exporter
|
||||
dobin ${PN}_scanner
|
||||
|
||||
@@ -75,9 +75,7 @@ src_install() {
|
||||
make_desktop_entry ${PN} ${PN^} ${PN} "AudioVideo;Player;Emulator;" \
|
||||
"MimeType=application/x-shockwave-flash;application/vnd.adobe.flash.movie;"
|
||||
|
||||
# TODO: swap with /gentoo after https://github.com/gentoo/gentoo/pull/29510
|
||||
cd target/$(usex debug{,} release) || die
|
||||
|
||||
cd "$(cargo_target_dir)" || die
|
||||
newbin ${PN}_desktop ${PN}
|
||||
newbin exporter ${PN}_exporter
|
||||
dobin ${PN}_scanner
|
||||
|
||||
Reference in New Issue
Block a user