Skip to content

Commit

Permalink
games-fps/redeclipse: fix missing manual error, fix bug 646708
Browse files Browse the repository at this point in the history
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: gentoo#7100
  • Loading branch information
kitsunenokenja authored and a17r committed Feb 6, 2018
1 parent 05765fa commit f6d7fbd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions games-fps/redeclipse/redeclipse-1.6.0-r1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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
}

0 comments on commit f6d7fbd

Please sign in to comment.