summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2010-02-17 15:58:54 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2010-02-17 15:58:54 +0000
commit0e493c6ce8b6771176c40c8b729550f59da36006 (patch)
treeb16647d566f023f4f1c5fa2287dfa0058fd8f223 /games-board/mt_gtk_client
parentDrop per bug #246374, #259331, #285726, #288124 (diff)
downloadgentoo-2-0e493c6ce8b6771176c40c8b729550f59da36006.tar.gz
gentoo-2-0e493c6ce8b6771176c40c8b729550f59da36006.tar.bz2
gentoo-2-0e493c6ce8b6771176c40c8b729550f59da36006.zip
fixed doc install (bug #305541)
(Portage version: 2.1.7.16/cvs/Linux i686)
Diffstat (limited to 'games-board/mt_gtk_client')
-rw-r--r--games-board/mt_gtk_client/mt_gtk_client-0.1.98.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/games-board/mt_gtk_client/mt_gtk_client-0.1.98.ebuild b/games-board/mt_gtk_client/mt_gtk_client-0.1.98.ebuild
index 404e3e7866a7..6b4b98ac8c9f 100644
--- a/games-board/mt_gtk_client/mt_gtk_client-0.1.98.ebuild
+++ b/games-board/mt_gtk_client/mt_gtk_client-0.1.98.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-board/mt_gtk_client/mt_gtk_client-0.1.98.ebuild,v 1.5 2008/02/14 04:01:34 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-board/mt_gtk_client/mt_gtk_client-0.1.98.ebuild,v 1.6 2010/02/17 15:58:54 mr_bones_ Exp $
inherit games
@@ -30,6 +30,6 @@ src_compile() {
src_install() {
make DESTDIR="${D}" install || die "make install failed"
mv "${D}"/${GAMES_DATADIR}/locale "${D}"/usr/share/
- dodoc AUTHORS BUGS ChangeLog NEWS README TODO
+ dodoc AUTHORS ChangeLog NEWS README TODO
prepgamesdirs
}