diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2005-10-12 03:09:58 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2005-10-12 03:09:58 +0000 |
commit | 22bf91908d8a2baed1d259f9a6d30c64b31ac0b4 (patch) | |
tree | 7cf4e3fe3a3ba199c2134d7216c49315a23e70cc /games-strategy/warzone2100 | |
parent | fix invalid atoms for macos/10.3 profile, remove crufty package.provided for od (diff) | |
download | gentoo-2-22bf91908d8a2baed1d259f9a6d30c64b31ac0b4.tar.gz gentoo-2-22bf91908d8a2baed1d259f9a6d30c64b31ac0b4.tar.bz2 gentoo-2-22bf91908d8a2baed1d259f9a6d30c64b31ac0b4.zip |
Cleaning up sed line.
(Portage version: 2.0.53_rc5)
Diffstat (limited to 'games-strategy/warzone2100')
-rw-r--r-- | games-strategy/warzone2100/ChangeLog | 6 | ||||
-rw-r--r-- | games-strategy/warzone2100/warzone2100-0.2.2.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/games-strategy/warzone2100/ChangeLog b/games-strategy/warzone2100/ChangeLog index 4e30d829f028..a43e72952f9b 100644 --- a/games-strategy/warzone2100/ChangeLog +++ b/games-strategy/warzone2100/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-strategy/warzone2100 # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/warzone2100/ChangeLog,v 1.1 2005/10/12 00:34:11 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/warzone2100/ChangeLog,v 1.2 2005/10/12 03:09:58 wolf31o2 Exp $ + + 12 Oct 2005; Chris Gianelloni <wolf31o2@gentoo.org> + warzone2100-0.2.2.ebuild: + Cleaning up sed line. *warzone2100-0.2.2 (12 Oct 2005) diff --git a/games-strategy/warzone2100/warzone2100-0.2.2.ebuild b/games-strategy/warzone2100/warzone2100-0.2.2.ebuild index ff0ddca087ed..164b1b2c124a 100644 --- a/games-strategy/warzone2100/warzone2100-0.2.2.ebuild +++ b/games-strategy/warzone2100/warzone2100-0.2.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/warzone2100/warzone2100-0.2.2.ebuild,v 1.1 2005/10/12 00:34:11 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/warzone2100/warzone2100-0.2.2.ebuild,v 1.2 2005/10/12 03:09:58 wolf31o2 Exp $ inherit eutils games @@ -23,7 +23,7 @@ DEPEND=">=media-libs/libsdl-1.2.8 src_unpack() { unpack ${A} - sed s:DATADIR:"$GAMES_DATADIR"/${PN}/: \ + sed s:DATADIR:"${GAMES_DATADIR}/${PN}/": \ "${FILESDIR}"/${PV}-clparse.c.patch > \ ${T}/${PV}-clparse.c.patch \ || die "sed failed" |