diff options
Diffstat (limited to 'games-rpg/nwn/nwn-1.66.ebuild')
-rw-r--r-- | games-rpg/nwn/nwn-1.66.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games-rpg/nwn/nwn-1.66.ebuild b/games-rpg/nwn/nwn-1.66.ebuild index ae4824b3f5b6..484529e486a2 100644 --- a/games-rpg/nwn/nwn-1.66.ebuild +++ b/games-rpg/nwn/nwn-1.66.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-rpg/nwn/nwn-1.66.ebuild,v 1.4 2005/09/21 00:39:05 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-rpg/nwn/nwn-1.66.ebuild,v 1.5 2005/09/22 13:57:33 wolf31o2 Exp $ inherit eutils games @@ -71,7 +71,7 @@ src_install() { -e "s:GENTOO_USER:${GAMES_USER}:" \ -e "s:GENTOO_GROUP:${GAMES_GROUP}:" \ -e "s:GENTOO_DIR:${GAMES_PREFIX_OPT}:" \ - ${FILESDIR}/${P}-fixinstall > ${WORKDIR}/nwn/fixinstall + ${FILESDIR}/fixinstall > ${WORKDIR}/nwn/fixinstall mv ${S} ${D}/${GAMES_PREFIX_OPT} doicon ${FILESDIR}/nwn.png #dogamesbin ${FILESDIR}/nwn |