From c1ae613c48580a28c0df21453cd3857470d1acc3 Mon Sep 17 00:00:00 2001 From: Artem Trokhymchuk Date: Fri, 9 Apr 2021 12:05:03 +0300 Subject: [PATCH] net-p2p/lbry: changed permissions for lbrynet Package-Manager: Portage-3.0.17, Repoman-3.0.2 Signed-off-by: Artem Trokhymchuk --- net-p2p/lbry/lbry-0.48.2.ebuild | 3 ++- net-p2p/lbry/lbry-0.49.1.ebuild | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) 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 }