diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2008-03-13 17:43:06 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2008-03-13 17:43:06 +0000 |
commit | 2cd3a3a941d8e6ed2ad3eed09163d8ab403c045d (patch) | |
tree | 9c7d92aa57c4ea3abedd12a902fb1fdb0ad4a9b8 /games-roguelike | |
parent | QA cleanup: Fix quoting (again). (diff) | |
download | gentoo-2-2cd3a3a941d8e6ed2ad3eed09163d8ab403c045d.tar.gz gentoo-2-2cd3a3a941d8e6ed2ad3eed09163d8ab403c045d.tar.bz2 gentoo-2-2cd3a3a941d8e6ed2ad3eed09163d8ab403c045d.zip |
QA cleanup: Fix quoting (again).
(Portage version: 2.1.4.4)
Diffstat (limited to 'games-roguelike')
-rw-r--r-- | games-roguelike/falconseye/ChangeLog | 6 | ||||
-rw-r--r-- | games-roguelike/falconseye/falconseye-1.9.4a.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/games-roguelike/falconseye/ChangeLog b/games-roguelike/falconseye/ChangeLog index 8b0a8785fbcd..4f72479f2b2f 100644 --- a/games-roguelike/falconseye/ChangeLog +++ b/games-roguelike/falconseye/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-roguelike/falconseye # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-roguelike/falconseye/ChangeLog,v 1.11 2008/03/07 20:13:41 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-roguelike/falconseye/ChangeLog,v 1.12 2008/03/13 17:43:06 wolf31o2 Exp $ + + 13 Mar 2008; Chris Gianelloni <wolf31o2@gentoo.org> + falconseye-1.9.4a.ebuild: + QA cleanup: Fix quoting (again). 07 Mar 2008; Chris Gianelloni <wolf31o2@gentoo.org> -files/1.9.3-gzip.diff, -files/1.9.3-musicsavefix.diff, diff --git a/games-roguelike/falconseye/falconseye-1.9.4a.ebuild b/games-roguelike/falconseye/falconseye-1.9.4a.ebuild index 096feed1cb1e..04aa5bee961a 100644 --- a/games-roguelike/falconseye/falconseye-1.9.4a.ebuild +++ b/games-roguelike/falconseye/falconseye-1.9.4a.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-roguelike/falconseye/falconseye-1.9.4a.ebuild,v 1.8 2008/03/07 20:13:41 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-roguelike/falconseye/falconseye-1.9.4a.ebuild,v 1.9 2008/03/13 17:43:06 wolf31o2 Exp $ inherit eutils games @@ -56,7 +56,7 @@ src_install() { SHELLDIR=${D}/${GAMES_BINDIR} \ install \ || die "install failed" - dosed "s:${D}/::" ${GAMES_BINDIR}/falconseye + dosed "s:${D}/::" "${GAMES_BINDIR}/falconseye" sed 's:nethack:falconseye:g' doc/nethack.6 > doc/falconseye.6 doman doc/falconseye.6 dodoc ChangeLog README falcon.txt |