diff --git a/net-p2p/lbry/lbry-0.48.2.ebuild b/net-p2p/lbry/lbry-0.48.2.ebuild index b6e8d76546..d4df7b1395 100644 --- a/net-p2p/lbry/lbry-0.48.2.ebuild +++ b/net-p2p/lbry/lbry-0.48.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -34,4 +34,5 @@ src_install() { doins -r * rm -rd "${ED}"/usr/share/doc || die fperms 0755 /opt/LBRY/lbry || die + fperms 0755 /opt/LBRY/resources/static/daemon/lbrynet || die } diff --git a/net-p2p/lbry/lbry-0.49.1.ebuild b/net-p2p/lbry/lbry-0.49.1.ebuild index b6e8d76546..d4df7b1395 100644 --- a/net-p2p/lbry/lbry-0.49.1.ebuild +++ b/net-p2p/lbry/lbry-0.49.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -34,4 +34,5 @@ src_install() { doins -r * rm -rd "${ED}"/usr/share/doc || die fperms 0755 /opt/LBRY/lbry || die + fperms 0755 /opt/LBRY/resources/static/daemon/lbrynet || die }