commit: eb477bcafd90e460b5855f4b8c37a50c5512f6bb Author: Konstantin Tutsch <mail <AT> konstantintutsch <DOT> de> AuthorDate: Tue Oct 10 08:22:30 2023 +0000 Commit: Haelwenn Monnier <contact <AT> hacktivis <DOT> me> CommitDate: Tue Oct 10 08:22:30 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=eb477bca
media-sound/spot: move spot binary early to meson Closes: https://bugs.gentoo.org/915521 Signed-off-by: Konstantin Tutsch <mail <AT> konstantintutsch.de> media-sound/spot/spot-0.4.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/media-sound/spot/spot-0.4.0.ebuild b/media-sound/spot/spot-0.4.0.ebuild index 20ebd2d7e0..008440bb03 100644 --- a/media-sound/spot/spot-0.4.0.ebuild +++ b/media-sound/spot/spot-0.4.0.ebuild @@ -440,14 +440,14 @@ src_configure() { src_compile() { meson_src_compile cargo_src_compile -} -src_install() { # meson_src_install won't find spot binary otherwise because cargo.sh isn't used for compiling mv "${WORKDIR}/${P}/target/release/spot" \ "${WORKDIR}/${P}-build/src/spot" \ || die +} +src_install() { meson_src_install }
