diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2008-03-06 03:17:24 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2008-03-06 03:17:24 +0000 |
commit | 23307d121d2acc9dcf11f1c4b3af55cf365f271f (patch) | |
tree | aa74ff63a48b24cec4b0c6268ff61c939fbc60e6 /games-action | |
parent | Removing COPYING from dodoc to shut up repoman. (diff) | |
download | gentoo-2-23307d121d2acc9dcf11f1c4b3af55cf365f271f.tar.gz gentoo-2-23307d121d2acc9dcf11f1c4b3af55cf365f271f.tar.bz2 gentoo-2-23307d121d2acc9dcf11f1c4b3af55cf365f271f.zip |
Fix quoting.
(Portage version: 2.1.4.4)
Diffstat (limited to 'games-action')
-rw-r--r-- | games-action/descent3/ChangeLog | 8 | ||||
-rw-r--r-- | games-action/descent3/descent3-1.4.0b-r1.ebuild | 6 |
2 files changed, 9 insertions, 5 deletions
diff --git a/games-action/descent3/ChangeLog b/games-action/descent3/ChangeLog index a44057335d5a..0e526af7fbe2 100644 --- a/games-action/descent3/ChangeLog +++ b/games-action/descent3/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-action/descent3 -# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/descent3/ChangeLog,v 1.25 2007/09/15 00:35:22 wolf31o2 Exp $ +# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-action/descent3/ChangeLog,v 1.26 2008/03/06 03:17:24 wolf31o2 Exp $ + + 06 Mar 2008; Chris Gianelloni <wolf31o2@gentoo.org> + descent3-1.4.0b-r1.ebuild: + Fix quoting. 15 Sep 2007; Chris Gianelloni <wolf31o2@gentoo.org> descent3-1.4.0b-r1.ebuild: diff --git a/games-action/descent3/descent3-1.4.0b-r1.ebuild b/games-action/descent3/descent3-1.4.0b-r1.ebuild index dad4823f42b7..7cfdb6612a14 100644 --- a/games-action/descent3/descent3-1.4.0b-r1.ebuild +++ b/games-action/descent3/descent3-1.4.0b-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-action/descent3/descent3-1.4.0b-r1.ebuild,v 1.13 2007/09/15 00:35:22 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/descent3/descent3-1.4.0b-r1.ebuild,v 1.14 2008/03/06 03:17:24 wolf31o2 Exp $ inherit eutils multilib games @@ -50,7 +50,7 @@ src_unpack() { else cdrom_get_cds missions/d3.mn3 fi - mkdir -p ${S}/{a,b} + mkdir -p "${S}"/{a,b} cd "${S}"/a unpack_makeself ${PN}-1.4.0a-x86.run cd "${S}"/b |