commit: 9319d9592a17b4c5489cdb1f0e5b5c69b93c0ff2
Author: Kostadin Shishmanov <kocelfc <AT> tutanota <DOT> com>
AuthorDate: Sat Nov 11 07:30:35 2023 +0000
Commit: David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Sat Nov 11 07:30:35 2023 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=9319d959
media-sound/tidal-hifi-bin: fix broken symlink round 2
Signed-off-by: Kostadin Shishmanov <kocelfc <AT> tutanota.com>
media-sound/tidal-hifi-bin/tidal-hifi-bin-5.7.1.ebuild | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/media-sound/tidal-hifi-bin/tidal-hifi-bin-5.7.1.ebuild
b/media-sound/tidal-hifi-bin/tidal-hifi-bin-5.7.1.ebuild
index a3c1147732..f3e7168bbe 100644
--- a/media-sound/tidal-hifi-bin/tidal-hifi-bin-5.7.1.ebuild
+++ b/media-sound/tidal-hifi-bin/tidal-hifi-bin-5.7.1.ebuild
@@ -71,7 +71,8 @@ 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
|| die
+ 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
}
src_install() {