commit: c1ae613c48580a28c0df21453cd3857470d1acc3
Author: Artem Trokhymchuk <trokhymchukartem <AT> gmail <DOT> com>
AuthorDate: Fri Apr 9 09:05:03 2021 +0000
Commit: Artem Trokhymchuk <trokhymchukartem <AT> gmail <DOT> com>
CommitDate: Fri Apr 9 09:05:03 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c1ae613c
net-p2p/lbry: changed permissions for lbrynet
Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: Artem Trokhymchuk <trokhymchukartem <AT> gmail.com>
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 b6e8d7654..d4df7b139 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 b6e8d7654..d4df7b139 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
}