mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-23 05:53:12 -04:00
media-video/stremio: Fix cp error
Signed-off-by: Justin Donofrio <justin026@protonmail.com>
This commit is contained in:
@@ -42,7 +42,7 @@ src_compile() {
|
|||||||
../libmpv \
|
../libmpv \
|
||||||
../chroma || die
|
../chroma || die
|
||||||
|
|
||||||
cp "${DISTDIR}"/*server.js server.js || die
|
cp ../../distdir/*server.js server.js || die
|
||||||
|
|
||||||
eqmake5
|
eqmake5
|
||||||
emake -f release.makefile
|
emake -f release.makefile
|
||||||
|
|||||||
Reference in New Issue
Block a user