mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
app-office/libreoffice-bin: install convenience symlink
Closes: https://bugs.gentoo.org/954332 Signed-off-by: Alfred Wingate <parona@protonmail.com> Part-of: https://github.com/gentoo/gentoo/pull/42004 Closes: https://github.com/gentoo/gentoo/pull/42004 Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
committed by
Sam James
parent
120df43f87
commit
083cc9c87b
@@ -159,6 +159,10 @@ src_install() {
|
||||
cp -aR "${S}"/usr/* "${ED}"/usr/ || die
|
||||
rmdir "${ED}"/usr/local || die
|
||||
|
||||
# Convenience link
|
||||
# bug #954332
|
||||
dosym libreoffice${PV%*.*} /usr/bin/${PN}
|
||||
|
||||
# prevent revdep-rebuild from attempting to rebuild all the time
|
||||
insinto /etc/revdep-rebuild
|
||||
doins "${T}/50-${PN}"
|
||||
@@ -159,6 +159,10 @@ src_install() {
|
||||
cp -aR "${S}"/usr/* "${ED}"/usr/ || die
|
||||
rmdir "${ED}"/usr/local || die
|
||||
|
||||
# Convenience link
|
||||
# bug #954332
|
||||
dosym libreoffice${PV%*.*} /usr/bin/${PN}
|
||||
|
||||
# prevent revdep-rebuild from attempting to rebuild all the time
|
||||
insinto /etc/revdep-rebuild
|
||||
doins "${T}/50-${PN}"
|
||||
Reference in New Issue
Block a user