diff options
author | Tristan Heaven <tristan@gentoo.org> | 2007-01-08 14:53:15 +0000 |
---|---|---|
committer | Tristan Heaven <tristan@gentoo.org> | 2007-01-08 14:53:15 +0000 |
commit | 3327b0f20a916cf138903e2d8970dfe05629359d (patch) | |
tree | 2fb1fb6a20d742c7497220618f250fd175678970 /games-puzzle/fbg/fbg-0.9-r1.ebuild | |
parent | Use docert from ssl-cert eclass to make our certs. (diff) | |
download | historical-3327b0f20a916cf138903e2d8970dfe05629359d.tar.gz historical-3327b0f20a916cf138903e2d8970dfe05629359d.tar.bz2 historical-3327b0f20a916cf138903e2d8970dfe05629359d.zip |
remove the docs again
Package-Manager: portage-2.1.2_rc4-r6
Diffstat (limited to 'games-puzzle/fbg/fbg-0.9-r1.ebuild')
-rw-r--r-- | games-puzzle/fbg/fbg-0.9-r1.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games-puzzle/fbg/fbg-0.9-r1.ebuild b/games-puzzle/fbg/fbg-0.9-r1.ebuild index f4f14120e31c..b22b9409fabb 100644 --- a/games-puzzle/fbg/fbg-0.9-r1.ebuild +++ b/games-puzzle/fbg/fbg-0.9-r1.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-puzzle/fbg/fbg-0.9-r1.ebuild,v 1.9 2007/01/08 14:42:49 nyhm Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-puzzle/fbg/fbg-0.9-r1.ebuild,v 1.10 2007/01/08 14:53:15 nyhm Exp $ inherit eutils games @@ -40,5 +40,6 @@ src_install() { newicon startfbg/icon.xpm ${PN}.xpm make_desktop_entry ${PN} "Falling Block Game" ${PN}.xpm dodoc AUTHORS ChangeLog README TODO + rm -rf "${D}/${GAMES_PREFIX}"/doc prepgamesdirs } |