From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id CA83615817D for ; Thu, 13 Jun 2024 16:20:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 18C38E2A9A; Thu, 13 Jun 2024 16:20:42 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E4B60E2A9A for ; Thu, 13 Jun 2024 16:20:41 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id BBFDA335C7E for ; Thu, 13 Jun 2024 16:20:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2244111DF for ; Thu, 13 Jun 2024 16:20:39 +0000 (UTC) From: "Kostadin Shishmanov" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Kostadin Shishmanov" Message-ID: <1718295547.53dc61c89d0ffc1927540f8eb2f5a27fbe7495ce.kocelfc@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: media-sound/tidal-hifi-bin/ X-VCS-Repository: repo/proj/guru X-VCS-Files: media-sound/tidal-hifi-bin/tidal-hifi-bin-5.14.1.ebuild X-VCS-Directories: media-sound/tidal-hifi-bin/ X-VCS-Committer: kocelfc X-VCS-Committer-Name: Kostadin Shishmanov X-VCS-Revision: 53dc61c89d0ffc1927540f8eb2f5a27fbe7495ce X-VCS-Branch: dev Date: Thu, 13 Jun 2024 16:20:39 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 68ec02cc-05a2-484a-905e-15d94a0e1d79 X-Archives-Hash: 0fe8f7df98792e9297109206fcfdc7a7 commit: 53dc61c89d0ffc1927540f8eb2f5a27fbe7495ce Author: Kostadin Shishmanov tutanota com> AuthorDate: Thu Jun 13 16:12:59 2024 +0000 Commit: Kostadin Shishmanov tutanota 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 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}" }