diff options
author | Andrew Ammerlaan <andrewammerlaan@gentoo.org> | 2021-12-27 20:56:04 +0100 |
---|---|---|
committer | Andrew Ammerlaan <andrewammerlaan@gentoo.org> | 2021-12-27 20:56:04 +0100 |
commit | c18aa21ee0dc97ce628817088a2641eaa89f47a8 (patch) | |
tree | b9f0fbbd476673c699fadd45d1fb3c250a7203ef /media-video | |
parent | net-im/rocketchat-desktop-bin: drop version 3.7.1 (diff) | |
download | gentoo-c18aa21ee0dc97ce628817088a2641eaa89f47a8.tar.gz gentoo-c18aa21ee0dc97ce628817088a2641eaa89f47a8.tar.bz2 gentoo-c18aa21ee0dc97ce628817088a2641eaa89f47a8.zip |
media-video/popcorntime-bin: do not install files for other arches
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
Diffstat (limited to 'media-video')
-rw-r--r-- | media-video/popcorntime-bin/popcorntime-bin-0.4.6.ebuild | 4 |
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 } |