diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-06-03 06:06:42 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-06-03 06:06:42 +0000 |
commit | a5ed6b49918507ddac0f8a2b94735ea13295fd17 (patch) | |
tree | 4fc673cea818ccd5337e239623c8c614b1b79009 /games-action/poopmup/poopmup-1.2.ebuild | |
parent | die backticks (Manifest recommit) (diff) | |
download | gentoo-2-a5ed6b49918507ddac0f8a2b94735ea13295fd17.tar.gz gentoo-2-a5ed6b49918507ddac0f8a2b94735ea13295fd17.tar.bz2 gentoo-2-a5ed6b49918507ddac0f8a2b94735ea13295fd17.zip |
clean in unpack; tidy
Diffstat (limited to 'games-action/poopmup/poopmup-1.2.ebuild')
-rw-r--r-- | games-action/poopmup/poopmup-1.2.ebuild | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/games-action/poopmup/poopmup-1.2.ebuild b/games-action/poopmup/poopmup-1.2.ebuild index 009e1d25e2aa..dc3124accc12 100644 --- a/games-action/poopmup/poopmup-1.2.ebuild +++ b/games-action/poopmup/poopmup-1.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/poopmup/poopmup-1.2.ebuild,v 1.7 2004/06/01 12:11:31 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/poopmup/poopmup-1.2.ebuild,v 1.8 2004/06/03 06:06:42 mr_bones_ Exp $ inherit games gcc @@ -28,6 +28,7 @@ src_unpack() { sed -i \ -e "s:config/:${GAMES_SYSCONFDIR}/:" \ myConfig.h || die + rm -rf $(find -name CVS) } src_compile() { @@ -35,14 +36,12 @@ src_compile() { } src_install() { - rm -rf `find -name CVS` - newgamesbin poopmup.o poopmup || die - insinto ${GAMES_DATADIR}/${PN} + insinto "${GAMES_DATADIR}/${PN}" doins textures/* - insinto ${GAMES_SYSCONFDIR} + insinto "${GAMES_SYSCONFDIR}" doins config/* dodoc README docs/*.doc |