commit:     f6d7fbd05fee68e2437de6e66abd26bfd800288f
Author:     Rob Levitsky <kitsunenokenja <AT> protonmail <DOT> ch>
AuthorDate: Tue Feb  6 21:54:13 2018 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Feb  6 22:23:11 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f6d7fbd0

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

 games-fps/redeclipse/redeclipse-1.6.0-r1.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/games-fps/redeclipse/redeclipse-1.6.0-r1.ebuild 
b/games-fps/redeclipse/redeclipse-1.6.0-r1.ebuild
index 5a45262fd90..8d7b902e19d 100644
--- a/games-fps/redeclipse/redeclipse-1.6.0-r1.ebuild
+++ b/games-fps/redeclipse/redeclipse-1.6.0-r1.ebuild
@@ -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
 }

Reply via email to