diff options
author | Artem Trokhymchuk <trokhymchukartem@gmail.com> | 2021-04-09 12:05:03 +0300 |
---|---|---|
committer | Artem Trokhymchuk <trokhymchukartem@gmail.com> | 2021-04-09 12:05:03 +0300 |
commit | c1ae613c48580a28c0df21453cd3857470d1acc3 (patch) | |
tree | b45f266d7c84622b7174363c81a2f85068128838 /net-p2p | |
parent | dev-scheme/guile-gi: ignore flags of all produced files (diff) | |
download | guru-c1ae613c48580a28c0df21453cd3857470d1acc3.tar.gz guru-c1ae613c48580a28c0df21453cd3857470d1acc3.tar.bz2 guru-c1ae613c48580a28c0df21453cd3857470d1acc3.zip |
net-p2p/lbry: changed permissions for lbrynet
Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: Artem Trokhymchuk <trokhymchukartem@gmail.com>
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/lbry/lbry-0.48.2.ebuild | 3 | ||||
-rw-r--r-- | 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 } |