mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
games-fps/redeclipse: fix missing manual error, fix bug 646708
The symlink creation step uses a change directory command which breaks the call to dodoc. Simply reversing the order solves the problem. Closes: https://bugs.gentoo.org/646708 Package-Manager: Portage-2.3.19, Repoman-2.3.6 Closes: https://github.com/gentoo/gentoo/pull/7100
This commit is contained in:
committed by
Andreas Sturmlechner
parent
05765fa12c
commit
f6d7fbd05f
@@ -74,10 +74,10 @@ src_install() {
|
||||
doman doc/man/redeclipse.6
|
||||
fi
|
||||
|
||||
doman doc/man/redeclipse-server.6
|
||||
dodoc readme.txt doc/examples/servinit.cfg
|
||||
|
||||
dobin "${FILESDIR}/redeclipse"
|
||||
cd /usr/bin || die
|
||||
dosym redeclipse redeclipse_server
|
||||
|
||||
doman doc/man/redeclipse-server.6
|
||||
dodoc readme.txt doc/examples/servinit.cfg
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user