diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2005-11-16 18:00:35 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2005-11-16 18:00:35 +0000 |
commit | 4632d7ccd34ce21c3eadd9c4425e019f08083d3a (patch) | |
tree | 1e26cdc275985b406280f1bacd93bf7bcac31155 /games-arcade | |
parent | Adding initial 2.4 sub-profile to no-nptl profile. This should supercede all... (diff) | |
download | gentoo-2-4632d7ccd34ce21c3eadd9c4425e019f08083d3a.tar.gz gentoo-2-4632d7ccd34ce21c3eadd9c4425e019f08083d3a.tar.bz2 gentoo-2-4632d7ccd34ce21c3eadd9c4425e019f08083d3a.zip |
touch
(Portage version: 2.0.51.22-r3)
Diffstat (limited to 'games-arcade')
-rw-r--r-- | games-arcade/holotz-castle/holotz-castle-1.3.7.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/games-arcade/holotz-castle/holotz-castle-1.3.7.ebuild b/games-arcade/holotz-castle/holotz-castle-1.3.7.ebuild index bc7bbc7d1fc4..7e181504db95 100644 --- a/games-arcade/holotz-castle/holotz-castle-1.3.7.ebuild +++ b/games-arcade/holotz-castle/holotz-castle-1.3.7.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-arcade/holotz-castle/holotz-castle-1.3.7.ebuild,v 1.1 2005/11/16 17:43:00 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-arcade/holotz-castle/holotz-castle-1.3.7.ebuild,v 1.2 2005/11/16 18:00:35 mr_bones_ Exp $ inherit eutils games @@ -33,9 +33,9 @@ src_compile() { } src_install() { - dogamesbin holotz-castle holotz-castle-editor || die "dobin" + dogamesbin holotz-castle holotz-castle-editor || die "dogamesbin failed" insinto "${GAMES_DATADIR}"/${PN}/game - doins -r HCedHome/* res/* || die "doins" + doins -r HCedHome/* res/* || die "doins failed" dodoc MANUAL*.txt doman doc/*.6 prepgamesdirs |