mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-23 05:53:12 -04:00
net-im/manyverse-bin: add chmod +x, why Portage reset it?
Signed-off-by: Vitaly Zdanevich <zdanevich.vitaly@ya.ru>
This commit is contained in:
@@ -21,6 +21,7 @@ src_prepare() {
|
|||||||
rm -rf usr/share/doc/
|
rm -rf usr/share/doc/
|
||||||
# Because only changelog.gz here with a few lines, and need to be unpacked
|
# Because only changelog.gz here with a few lines, and need to be unpacked
|
||||||
|
|
||||||
|
|
||||||
default
|
default
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -28,10 +29,12 @@ src_install() {
|
|||||||
insinto /
|
insinto /
|
||||||
doins -r .
|
doins -r .
|
||||||
|
|
||||||
dobin "${S}/opt/Manyverse/manyverse"
|
fperms +x /opt/Manyverse/manyverse
|
||||||
|
dosym /opt/Manyverse/manyverse /usr/bin/${PN}
|
||||||
}
|
}
|
||||||
|
|
||||||
pkg_postinst() {
|
pkg_postinst() {
|
||||||
|
|
||||||
xdg_desktop_database_update
|
xdg_desktop_database_update
|
||||||
|
|
||||||
xdg_icon_cache_update
|
xdg_icon_cache_update
|
||||||
|
|||||||
Reference in New Issue
Block a user