summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--media-video/popcorntime-bin/popcorntime-bin-0.4.6.ebuild4
1 files changed, 4 insertions, 0 deletions
diff --git a/media-video/popcorntime-bin/popcorntime-bin-0.4.6.ebuild b/media-video/popcorntime-bin/popcorntime-bin-0.4.6.ebuild
index a2ae70050632..e806a3f19921 100644
--- a/media-video/popcorntime-bin/popcorntime-bin-0.4.6.ebuild
+++ b/media-video/popcorntime-bin/popcorntime-bin-0.4.6.ebuild
@@ -48,6 +48,10 @@ QA_PREBUILT="/opt/Popcorn-Time/*"
S="${WORKDIR}"
src_install() {
+ # remove arm/arm64 files, not needed anyway, avoids QA complaint
+ rm opt/Popcorn-Time/node_modules/bufferutil/prebuilds/linux-arm{,64}/* || die
+ rm opt/Popcorn-Time/node_modules/utf-8-validate/prebuilds/linux-arm{,64}/* || die
+
mv "${S}"/* "${ED}" || die
dosym ../Popcorn-Time/Popcorn-Time /opt/bin/popcorntime
}