summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Gianelloni <wolf31o2@gentoo.org>2008-03-13 18:38:21 +0000
committerChris Gianelloni <wolf31o2@gentoo.org>2008-03-13 18:38:21 +0000
commitc5584e43c2c080169588cb75966963b498cc0f33 (patch)
tree659261761731484f6c03ed8845cda4c3e6ccfc90 /games-misc
parentQA cleanup: Fix quoting (again). (diff)
downloadgentoo-2-c5584e43c2c080169588cb75966963b498cc0f33.tar.gz
gentoo-2-c5584e43c2c080169588cb75966963b498cc0f33.tar.bz2
gentoo-2-c5584e43c2c080169588cb75966963b498cc0f33.zip
QA cleanup: Fix quoting (again).
(Portage version: 2.1.4.4)
Diffstat (limited to 'games-misc')
-rw-r--r--games-misc/gnurobots/ChangeLog5
-rw-r--r--games-misc/gnurobots/gnurobots-1.0d.ebuild8
2 files changed, 7 insertions, 6 deletions
diff --git a/games-misc/gnurobots/ChangeLog b/games-misc/gnurobots/ChangeLog
index b5ff1034890c..cd6fa30b686a 100644
--- a/games-misc/gnurobots/ChangeLog
+++ b/games-misc/gnurobots/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for games-misc/gnurobots
# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-misc/gnurobots/ChangeLog,v 1.10 2008/03/07 01:16:53 wolf31o2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-misc/gnurobots/ChangeLog,v 1.11 2008/03/13 18:38:21 wolf31o2 Exp $
+
+ 13 Mar 2008; Chris Gianelloni <wolf31o2@gentoo.org> gnurobots-1.0d.ebuild:
+ QA cleanup: Fix quoting (again).
07 Mar 2008; Chris Gianelloni <wolf31o2@gentoo.org> gnurobots-1.0d.ebuild:
QA cleanup: Fix quoting.
diff --git a/games-misc/gnurobots/gnurobots-1.0d.ebuild b/games-misc/gnurobots/gnurobots-1.0d.ebuild
index 16656a7767b3..24483b905c4c 100644
--- a/games-misc/gnurobots/gnurobots-1.0d.ebuild
+++ b/games-misc/gnurobots/gnurobots-1.0d.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-misc/gnurobots/gnurobots-1.0d.ebuild,v 1.10 2008/03/07 01:16:53 wolf31o2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-misc/gnurobots/gnurobots-1.0d.ebuild,v 1.11 2008/03/13 18:38:21 wolf31o2 Exp $
inherit games
@@ -27,10 +27,8 @@ src_compile() {
src_install() {
dogamesbin src/{robots,xrobots,robots_logfile}
- insinto ${GAMES_DATADIR}/${PN}/scheme
- doins scheme/*.scm
- insinto ${GAMES_DATADIR}/${PN}/maps
- doins maps/*.map
+ insinto "${GAMES_DATADIR}/${PN}"
+ doins -r scheme maps
dodoc doc/*