diff options
author | Andrew Ammerlaan <andrewammerlaan@gentoo.org> | 2021-12-28 11:43:37 +0100 |
---|---|---|
committer | Andrew Ammerlaan <andrewammerlaan@gentoo.org> | 2021-12-28 11:45:28 +0100 |
commit | 14e3d2dfc72d2a5032ae9dca7354da3e61fb08f1 (patch) | |
tree | e882239316eb59ebd605d769bf939c10f2104086 /media-video | |
parent | toolchain.eclass: use HTTPS for snapshots (diff) | |
download | gentoo-14e3d2dfc72d2a5032ae9dca7354da3e61fb08f1.tar.gz gentoo-14e3d2dfc72d2a5032ae9dca7354da3e61fb08f1.tar.bz2 gentoo-14e3d2dfc72d2a5032ae9dca7354da3e61fb08f1.zip |
media-video/popcorntime-bin: fix QA_PREBUILT
Closes: https://bugs.gentoo.org/830126
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 | 2 |
1 files changed, 1 insertions, 1 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 e806a3f19921..be67597435bd 100644 --- a/media-video/popcorntime-bin/popcorntime-bin-0.4.6.ebuild +++ b/media-video/popcorntime-bin/popcorntime-bin-0.4.6.ebuild @@ -43,7 +43,7 @@ RDEPEND=" x11-libs/pango " -QA_PREBUILT="/opt/Popcorn-Time/*" +QA_PREBUILT="opt/Popcorn-Time/*" S="${WORKDIR}" |