diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2008-03-07 01:15:47 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2008-03-07 01:15:47 +0000 |
commit | 57d3e3423e208f93a6c371a585c97120d466f2a6 (patch) | |
tree | 5fc035cbe95417998f1078b1f6e6a81a9b1c5562 /games-kids/tuxtype | |
parent | Keyword ~mips. (diff) | |
download | gentoo-2-57d3e3423e208f93a6c371a585c97120d466f2a6.tar.gz gentoo-2-57d3e3423e208f93a6c371a585c97120d466f2a6.tar.bz2 gentoo-2-57d3e3423e208f93a6c371a585c97120d466f2a6.zip |
QA cleanup: Fix quoting.
(Portage version: 2.1.4.4)
Diffstat (limited to 'games-kids/tuxtype')
-rw-r--r-- | games-kids/tuxtype/ChangeLog | 8 | ||||
-rw-r--r-- | games-kids/tuxtype/tuxtype-1.0.3-r1.ebuild | 10 |
2 files changed, 11 insertions, 7 deletions
diff --git a/games-kids/tuxtype/ChangeLog b/games-kids/tuxtype/ChangeLog index 092a734ea2a5..dccd68e97331 100644 --- a/games-kids/tuxtype/ChangeLog +++ b/games-kids/tuxtype/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-kids/tuxtype -# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-kids/tuxtype/ChangeLog,v 1.8 2007/04/09 21:29:38 welp Exp $ +# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-kids/tuxtype/ChangeLog,v 1.9 2008/03/07 01:15:47 wolf31o2 Exp $ + + 07 Mar 2008; Chris Gianelloni <wolf31o2@gentoo.org> + tuxtype-1.0.3-r1.ebuild: + QA cleanup: Fix quoting. 09 Apr 2007; Peter Weller <welp@gentoo.org> tuxtype-1.0.3-r1.ebuild: Keyworded ~x86-fbsd wrt bug 173391 diff --git a/games-kids/tuxtype/tuxtype-1.0.3-r1.ebuild b/games-kids/tuxtype/tuxtype-1.0.3-r1.ebuild index 27c4ece07b2d..e11a41f04e12 100644 --- a/games-kids/tuxtype/tuxtype-1.0.3-r1.ebuild +++ b/games-kids/tuxtype/tuxtype-1.0.3-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-kids/tuxtype/tuxtype-1.0.3-r1.ebuild,v 1.10 2007/04/09 21:29:38 welp Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-kids/tuxtype/tuxtype-1.0.3-r1.ebuild,v 1.11 2008/03/07 01:15:47 wolf31o2 Exp $ inherit games @@ -26,13 +26,13 @@ src_install() { egamesinstall || die "install" # now fix where the installer put everything - cd ${D}/${GAMES_PREFIX}/${PN} + cd "${D}/${GAMES_PREFIX}/${PN}" dohtml *.html ; rm -f *.html docfiles="`find -type f -maxdepth 1`" dodoc ${docfiles} ; rm -f ${docfiles} dodir ${GAMES_DATADIR}/${PN} - mv * ${D}/${GAMES_DATADIR}/${PN} - cd ${D}/${GAMES_PREFIX} + mv * "${D}/${GAMES_DATADIR}/${PN}" + cd "${D}/${GAMES_PREFIX}" rm -rf ${PN} prepgamesdirs |