diff options
Diffstat (limited to 'games-server')
-rw-r--r-- | games-server/cyphesis/cyphesis-0.5.11.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games-server/cyphesis/cyphesis-0.5.11.ebuild b/games-server/cyphesis/cyphesis-0.5.11.ebuild index 60a982ee620e..47aaf2a44677 100644 --- a/games-server/cyphesis/cyphesis-0.5.11.ebuild +++ b/games-server/cyphesis/cyphesis-0.5.11.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-server/cyphesis/cyphesis-0.5.11.ebuild,v 1.1 2007/02/01 21:14:21 tupone Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-server/cyphesis/cyphesis-0.5.11.ebuild,v 1.2 2007/02/08 08:59:50 nyhm Exp $ inherit eutils autotools games @@ -36,4 +36,5 @@ src_unpack() { src_install() { emake DESTDIR="${D}" install || die "install failed" dodoc AUTHORS ChangeLog FIXME NEWS README THANKS TODO + prepgamesdirs } |