commit:     02408673d450897c0bd1ce34824714aad567908e
Author:     Justin Donofrio <justin026 <AT> protonmail <DOT> com>
AuthorDate: Sat Aug 17 16:59:08 2024 +0000
Commit:     Justin <justin026 <AT> protonmail <DOT> 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 <justin026 <AT> 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

Reply via email to