From f75fd3fcb1650f9bc0e2ac6a3108dba1cb038c47 Mon Sep 17 00:00:00 2001 From: Chris Gianelloni Date: Tue, 11 Mar 2008 06:19:56 +0000 Subject: QA cleanup: Fix quoting. (Portage version: 2.1.4.4) --- games-strategy/smac/ChangeLog | 5 ++++- games-strategy/smac/smac-6.0a.ebuild | 4 ++-- 2 files changed, 6 insertions(+), 3 deletions(-) (limited to 'games-strategy/smac') diff --git a/games-strategy/smac/ChangeLog b/games-strategy/smac/ChangeLog index b2745f2d3744..7cda9b4929bd 100644 --- a/games-strategy/smac/ChangeLog +++ b/games-strategy/smac/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-strategy/smac # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/smac/ChangeLog,v 1.13 2008/02/29 19:40:51 carlo Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/smac/ChangeLog,v 1.14 2008/03/11 06:19:56 wolf31o2 Exp $ + + 11 Mar 2008; Chris Gianelloni smac-6.0a.ebuild: + QA cleanup: Fix quoting. 29 Feb 2008; Carsten Lohrke smac-6.0a.ebuild: Remove icon extension from desktop entry to match Icon Theme Specification. diff --git a/games-strategy/smac/smac-6.0a.ebuild b/games-strategy/smac/smac-6.0a.ebuild index da453e9d2350..dc0e74ea4659 100644 --- a/games-strategy/smac/smac-6.0a.ebuild +++ b/games-strategy/smac/smac-6.0a.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-strategy/smac/smac-6.0a.ebuild,v 1.15 2008/02/29 19:40:51 carlo Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/smac/smac-6.0a.ebuild,v 1.16 2008/03/11 06:19:56 wolf31o2 Exp $ inherit eutils games @@ -62,7 +62,7 @@ src_install() { cd "${S}"/a loki_patch --verify patch.dat - loki_patch patch.dat ${Ddir} >& /dev/null || die "patching" + loki_patch patch.dat "${Ddir}" >& /dev/null || die "patching" # now, since these files are coming off a cd, the times/sizes/md5sums wont # be different ... that means portage will try to unmerge some files (!) -- cgit v1.2.3-65-gdbad