aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKonstantin Tutsch <mail@konstantintutsch.de>2023-10-10 10:22:30 +0200
committerKonstantin Tutsch <mail@konstantintutsch.de>2023-10-10 10:22:30 +0200
commiteb477bcafd90e460b5855f4b8c37a50c5512f6bb (patch)
tree494cdc466c4bd599d708f0e5a98c69e5478175fa
parentmedia-sound/eartag: add test dependency pytest (diff)
downloadguru-eb477bcafd90e460b5855f4b8c37a50c5512f6bb.tar.gz
guru-eb477bcafd90e460b5855f4b8c37a50c5512f6bb.tar.bz2
guru-eb477bcafd90e460b5855f4b8c37a50c5512f6bb.zip
media-sound/spot: move spot binary early to meson
Closes: https://bugs.gentoo.org/915521 Signed-off-by: Konstantin Tutsch <mail@konstantintutsch.de>
-rw-r--r--media-sound/spot/spot-0.4.0.ebuild4
1 files 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 20ebd2d7e..008440bb0 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
}