diff options
author | Tristan Heaven <nyhm@gentoo.org> | 2007-02-08 08:59:50 +0000 |
---|---|---|
committer | Tristan Heaven <nyhm@gentoo.org> | 2007-02-08 08:59:50 +0000 |
commit | 25ddc91f0ef2dbff9dd5c64c0d3ebc8f3c0f4822 (patch) | |
tree | 6b86422bf89c07dff3710b6d18942307bd30dee5 /games-server | |
parent | Fix hardcoded paths (diff) | |
download | gentoo-2-25ddc91f0ef2dbff9dd5c64c0d3ebc8f3c0f4822.tar.gz gentoo-2-25ddc91f0ef2dbff9dd5c64c0d3ebc8f3c0f4822.tar.bz2 gentoo-2-25ddc91f0ef2dbff9dd5c64c0d3ebc8f3c0f4822.zip |
run prepgamesdirs
(Portage version: 2.1.2-r8)
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 } |