diff options
author | 2008-03-07 01:18:34 +0000 | |
---|---|---|
committer | 2008-03-07 01:18:34 +0000 | |
commit | 06d68eab6bc6a1ad5aaa9bcfdf364653f5c404be (patch) | |
tree | 5551ab44967604c0f78e8929ae40d707a1eb09a1 /games-misc/c++robots/c++robots-0.ebuild | |
parent | QA cleanup: Fix quoting. (diff) | |
download | historical-06d68eab6bc6a1ad5aaa9bcfdf364653f5c404be.tar.gz historical-06d68eab6bc6a1ad5aaa9bcfdf364653f5c404be.tar.bz2 historical-06d68eab6bc6a1ad5aaa9bcfdf364653f5c404be.zip |
QA cleanup: Fix quoting.
Package-Manager: portage-2.1.4.4
Diffstat (limited to 'games-misc/c++robots/c++robots-0.ebuild')
-rw-r--r-- | games-misc/c++robots/c++robots-0.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/games-misc/c++robots/c++robots-0.ebuild b/games-misc/c++robots/c++robots-0.ebuild index e19d688743f3..764a4431a7f8 100644 --- a/games-misc/c++robots/c++robots-0.ebuild +++ b/games-misc/c++robots/c++robots-0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-misc/c++robots/c++robots-0.ebuild,v 1.5 2004/07/01 11:19:38 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-misc/c++robots/c++robots-0.ebuild,v 1.6 2008/03/07 01:17:45 wolf31o2 Exp $ inherit eutils games @@ -19,7 +19,7 @@ S="${WORKDIR}/${PN}" src_unpack() { unpack ${A} - cd ${S} + cd "${S}" epatch "${FILESDIR}/proper-coding.patch" } |