diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2008-03-11 06:19:56 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2008-03-11 06:19:56 +0000 |
commit | f75fd3fcb1650f9bc0e2ac6a3108dba1cb038c47 (patch) | |
tree | 4e82a24e3bcdcba477ef4d1d00106f9d53252931 /games-strategy/smac | |
parent | QA cleanup: Fix quoting. (diff) | |
download | gentoo-2-f75fd3fcb1650f9bc0e2ac6a3108dba1cb038c47.tar.gz gentoo-2-f75fd3fcb1650f9bc0e2ac6a3108dba1cb038c47.tar.bz2 gentoo-2-f75fd3fcb1650f9bc0e2ac6a3108dba1cb038c47.zip |
QA cleanup: Fix quoting.
(Portage version: 2.1.4.4)
Diffstat (limited to 'games-strategy/smac')
-rw-r--r-- | games-strategy/smac/ChangeLog | 5 | ||||
-rw-r--r-- | games-strategy/smac/smac-6.0a.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
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 <wolf31o2@gentoo.org> smac-6.0a.ebuild: + QA cleanup: Fix quoting. 29 Feb 2008; Carsten Lohrke <carlo@gentoo.org> 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 (!) |