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 EA56F15852A for ; Sat, 17 Aug 2024 17:03:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 330ECE2A3E; Sat, 17 Aug 2024 17:03:20 +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 19879E2A3E for ; Sat, 17 Aug 2024 17:03:20 +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 2530C340CC9 for ; Sat, 17 Aug 2024 17:03:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 860381ED6 for ; Sat, 17 Aug 2024 17:03:17 +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: <1723913948.02408673d450897c0bd1ce34824714aad567908e.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: 02408673d450897c0bd1ce34824714aad567908e X-VCS-Branch: dev Date: Sat, 17 Aug 2024 17:03:17 +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: d1703588-a278-43a3-a4f0-617e7efae14f X-Archives-Hash: 20f9238a0f3627cbb451b4a179c92712 commit: 02408673d450897c0bd1ce34824714aad567908e Author: Justin Donofrio protonmail com> AuthorDate: Sat Aug 17 16:59:08 2024 +0000 Commit: Justin protonmail com> CommitDate: Sat Aug 17 16:59:08 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=02408673 media-video/stremio: Fix cp error 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 8db1ebe52..f81c711fe 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/*server.js server.js || die eqmake5 emake -f release.makefile