public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Nicola Smaniotto" <smaniotto.nicola@gmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: media-sound/spotify-adblock/
Date: Thu, 24 Feb 2022 14:45:38 +0000 (UTC)	[thread overview]
Message-ID: <1645713936.084d9c52333ab34d5d79895ddc783d0180799242.smaniotto.nicola@gentoo> (raw)

commit:     084d9c52333ab34d5d79895ddc783d0180799242
Author:     Nicola Smaniotto <smaniotto.nicola <AT> gmail <DOT> com>
AuthorDate: Thu Feb 24 14:44:01 2022 +0000
Commit:     Nicola Smaniotto <smaniotto.nicola <AT> gmail <DOT> com>
CommitDate: Thu Feb 24 14:45:36 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=084d9c52

media-sound/spotify-adblock: create the binary in T

Closes: https://bugs.gentoo.org/833956
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Nicola Smaniotto <smaniotto.nicola <AT> gmail.com>

 media-sound/spotify-adblock/spotify-adblock-1.0.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-sound/spotify-adblock/spotify-adblock-1.0.1.ebuild b/media-sound/spotify-adblock/spotify-adblock-1.0.1.ebuild
index 1cefd04ee..11d03833e 100644
--- a/media-sound/spotify-adblock/spotify-adblock-1.0.1.ebuild
+++ b/media-sound/spotify-adblock/spotify-adblock-1.0.1.ebuild
@@ -44,13 +44,13 @@ RDEPEND="
 src_install(){
 	# executable
 	SPOTIFY_HOME=/opt/spotify/spotify-client
-	cat <<-EOF >"${ED}"/usr/bin/spotify-adblock || die
+	cat <<-EOF > "${T}/spotify-adblock" || die
 		#! /bin/sh
 		LD_LIBRARY_PATH="${SPOTIFY_HOME}" \\
 		LD_PRELOAD=/usr/$(get_libdir)/spotify-adblock.so \\
 		exec ${SPOTIFY_HOME}/spotify "\$@"
 	EOF
-	fperms +x /usr/bin/spotify-adblock
+	dobin "${T}/spotify-adblock"
 
 	# library
 	newlib.so target/release/libspotifyadblock.so ${PN}.so


             reply	other threads:[~2022-02-24 14:45 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-02-24 14:45 Nicola Smaniotto [this message]
  -- strict thread matches above, loose matches on Subject: below --
2023-09-14  7:49 [gentoo-commits] repo/proj/guru:dev commit in: media-sound/spotify-adblock/ Nicola Smaniotto
2023-03-15  9:10 Nicola Smaniotto
2022-05-03 17:04 Nicola Smaniotto
2022-02-28 21:11 Nicola Smaniotto
2022-02-27 10:06 Nicola Smaniotto
2022-02-22 15:58 Nicola Smaniotto

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1645713936.084d9c52333ab34d5d79895ddc783d0180799242.smaniotto.nicola@gentoo \
    --to=smaniotto.nicola@gmail.com \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox