Skip to content

Commit

Permalink
net-im/manyverse-bin: add chmod +x, why Portage reset it?
Browse files Browse the repository at this point in the history
Signed-off-by: Vitaly Zdanevich <[email protected]>
  • Loading branch information
vitaly-zdanevich committed Jul 1, 2024
1 parent 3b0690d commit bd0a534
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion net-im/manyverse-bin/manyverse-bin-0.2310.9.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -21,17 +21,20 @@ src_prepare() {
rm -rf usr/share/doc/
# Because only changelog.gz here with a few lines, and need to be unpacked


default
}

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
Expand Down

0 comments on commit bd0a534

Please sign in to comment.