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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 4C5A515852A for ; Sat, 17 Aug 2024 17:26:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 96EAA2BC035; Sat, 17 Aug 2024 17:26:15 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 690812BC035 for ; Sat, 17 Aug 2024 17:26:15 +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 66E74335C0D for ; Sat, 17 Aug 2024 17:26:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9FE5E1ED6 for ; Sat, 17 Aug 2024 17:26:12 +0000 (UTC) From: "Justin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin" Message-ID: <1723915442.fff0fb5146c866d4e701fa375b6a272577d7f460.justin026@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: media-video/stremio/ X-VCS-Repository: repo/proj/guru X-VCS-Files: media-video/stremio/stremio-4.4.168.ebuild X-VCS-Directories: media-video/stremio/ X-VCS-Committer: justin026 X-VCS-Committer-Name: Justin X-VCS-Revision: fff0fb5146c866d4e701fa375b6a272577d7f460 X-VCS-Branch: dev Date: Sat, 17 Aug 2024 17:26:12 +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: 53c66f27-31cc-4af1-9ee1-9e21f7d53dd6 X-Archives-Hash: e479d704e72849930d4c8a655eb1463c commit: fff0fb5146c866d4e701fa375b6a272577d7f460 Author: Justin Donofrio protonmail com> AuthorDate: Sat Aug 17 17:24:02 2024 +0000 Commit: Justin protonmail com> CommitDate: Sat Aug 17 17:24:02 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=fff0fb51 media-video/stremio: fix cp error 2 Sorry for committing this twice Signed-off-by: Justin Donofrio protonmail.com> media-video/stremio/stremio-4.4.168.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-video/stremio/stremio-4.4.168.ebuild b/media-video/stremio/stremio-4.4.168.ebuild index f81c711fe..1b5e58bc1 100644 --- a/media-video/stremio/stremio-4.4.168.ebuild +++ b/media-video/stremio/stremio-4.4.168.ebuild @@ -42,7 +42,7 @@ src_compile() { ../libmpv \ ../chroma || die - cp ../../distdir/*server.js server.js || die + cp "${DISTDIR}"/${PV}-server.js server.js || die eqmake5 emake -f release.makefile