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 | |
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')
-rw-r--r-- | games-action/poopmup/ChangeLog | 5 | ||||
-rw-r--r-- | games-action/poopmup/poopmup-1.2.ebuild | 9 |
2 files changed, 8 insertions, 6 deletions
diff --git a/games-action/poopmup/ChangeLog b/games-action/poopmup/ChangeLog index 4f7093ff0823..928efb44885b 100644 --- a/games-action/poopmup/ChangeLog +++ b/games-action/poopmup/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-action/poopmup # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/poopmup/ChangeLog,v 1.4 2004/06/01 12:11:31 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/poopmup/ChangeLog,v 1.5 2004/06/03 06:06:42 mr_bones_ Exp $ + + 02 Jun 2004; Michael Sterrett <mr_bones_@gentoo.org> poopmup-1.2.ebuild: + clean in unpack; tidy 01 Jun 2004; Chris Gianelloni <wolf31o2@gentoo.org> poopmup-1.2.ebuild: Marking stable on amd64 (no bugs in 344 days). 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 |