commit:     bd0a534b63508fd11cd894daa1867fce67ee2334
Author:     Vitaly Zdanevich <zdanevich.vitaly <AT> ya <DOT> ru>
AuthorDate: Mon Jul  1 06:52:18 2024 +0000
Commit:     Vitaly Zdanevich <zdanevich.vitaly <AT> ya <DOT> ru>
CommitDate: Mon Jul  1 06:52:18 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=bd0a534b

net-im/manyverse-bin: add chmod +x, why Portage reset it?

Signed-off-by: Vitaly Zdanevich <zdanevich.vitaly <AT> ya.ru>

 net-im/manyverse-bin/manyverse-bin-0.2310.9.ebuild | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/net-im/manyverse-bin/manyverse-bin-0.2310.9.ebuild 
b/net-im/manyverse-bin/manyverse-bin-0.2310.9.ebuild
index 7919d7e5f..afc764405 100644
--- a/net-im/manyverse-bin/manyverse-bin-0.2310.9.ebuild
+++ b/net-im/manyverse-bin/manyverse-bin-0.2310.9.ebuild
@@ -21,6 +21,7 @@ src_prepare() {
        rm -rf usr/share/doc/
        # Because only changelog.gz here with a few lines, and need to be 
unpacked
 
+
        default
 }
 
@@ -28,10 +29,12 @@ src_install() {
        insinto /
        doins -r .
 
-       dobin "${S}/opt/Manyverse/manyverse"
+       fperms +x /opt/Manyverse/manyverse
+       dosym /opt/Manyverse/manyverse /usr/bin/${PN}
 }
 
 pkg_postinst() {
+
        xdg_desktop_database_update
 
        xdg_icon_cache_update

Reply via email to