diff options
author | Tristan Heaven <nyhm@gentoo.org> | 2010-04-06 19:01:39 +0000 |
---|---|---|
committer | Tristan Heaven <nyhm@gentoo.org> | 2010-04-06 19:01:39 +0000 |
commit | f12a0abe83691eb3af48b8c4bc379d8b287493b4 (patch) | |
tree | 3149f2b82d7ede110100b2c5ee5680d461cc5117 /games-action/xpilot | |
parent | Version bump (diff) | |
download | gentoo-2-f12a0abe83691eb3af48b8c4bc379d8b287493b4.tar.gz gentoo-2-f12a0abe83691eb3af48b8c4bc379d8b287493b4.tar.bz2 gentoo-2-f12a0abe83691eb3af48b8c4bc379d8b287493b4.zip |
fix man page install dir
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'games-action/xpilot')
-rw-r--r-- | games-action/xpilot/xpilot-4.5.5.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games-action/xpilot/xpilot-4.5.5.ebuild b/games-action/xpilot/xpilot-4.5.5.ebuild index 400c87aca851..b8e03f0e2d5f 100644 --- a/games-action/xpilot/xpilot-4.5.5.ebuild +++ b/games-action/xpilot/xpilot-4.5.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/xpilot/xpilot-4.5.5.ebuild,v 1.1 2010/04/06 18:58:49 nyhm Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/xpilot/xpilot-4.5.5.ebuild,v 1.2 2010/04/06 19:01:39 nyhm Exp $ EAPI=2 inherit eutils games @@ -25,7 +25,7 @@ DEPEND="${RDEPEND} src_prepare() { sed -i \ - -e '/^INSTMAN/s:=.*:=/usr/share/man/man:' \ + -e '/^INSTMAN/s:=.*:=/usr/share/man/man6:' \ -e "/^INSTLIB/s:=.*:=${GAMES_DATADIR}/${PN}:" \ -e "/^INSTBIN/s:=.*:=${GAMES_BINDIR}:" \ Local.config \ |