commit: 53dc61c89d0ffc1927540f8eb2f5a27fbe7495ce
Author: Kostadin Shishmanov <kocelfc <AT> tutanota <DOT> com>
AuthorDate: Thu Jun 13 16:12:59 2024 +0000
Commit: Kostadin Shishmanov <kocelfc <AT> tutanota <DOT> com>
CommitDate: Thu Jun 13 16:19:07 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=53dc61c8
media-sound/tidal-hifi-bin: implement suggestions
Signed-off-by: Kostadin Shishmanov <kocelfc <AT> tutanota.com>
media-sound/tidal-hifi-bin/tidal-hifi-bin-5.14.1.ebuild | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/media-sound/tidal-hifi-bin/tidal-hifi-bin-5.14.1.ebuild
b/media-sound/tidal-hifi-bin/tidal-hifi-bin-5.14.1.ebuild
index be4e72108..fa242c2f3 100644
--- a/media-sound/tidal-hifi-bin/tidal-hifi-bin-5.14.1.ebuild
+++ b/media-sound/tidal-hifi-bin/tidal-hifi-bin-5.14.1.ebuild
@@ -71,8 +71,7 @@ src_prepare() {
pushd "locales/" >/dev/null || die "location change for language
cleanup failed"
chromium_remove_language_paks
popd >/dev/null || die "location reset for language cleanup failed"
- rm -rf
"${S}"/resources/app.asar.unpacked/node_modules/register-scheme/build/node_gyp_bins
- rm -rf
"${S}"/resources/app.asar.unpacked/node_modules/abstract-socket/build/node_gyp_bins
+ rm -rf
"${S}"/resources/app.asar.unpacked/node_modules/{abstract-socket,register-scheme}/build/node_gyp_bins
|| die
}
src_install() {
@@ -96,5 +95,5 @@ src_install() {
[[ -x chrome_crashpad_handler ]] && doins chrome_crashpad_handler
- dosym "${DESTDIR}/${MY_PN}" "/usr/bin/${MY_PN}"
+ dosym -r "${DESTDIR}/${MY_PN}" "/usr/bin/${MY_PN}"
}