diff options
author | 2008-02-14 05:53:54 +0000 | |
---|---|---|
committer | 2008-02-14 05:53:54 +0000 | |
commit | a1e8d562d12b27035274b17b36cbab1e5a8253b0 (patch) | |
tree | a37476f217bfc4d4e3b69530262878bcffcee2ef /games-strategy/wesnoth/wesnoth-1.2.8.ebuild | |
parent | quoting (diff) | |
download | historical-a1e8d562d12b27035274b17b36cbab1e5a8253b0.tar.gz historical-a1e8d562d12b27035274b17b36cbab1e5a8253b0.tar.bz2 historical-a1e8d562d12b27035274b17b36cbab1e5a8253b0.zip |
quoting
Package-Manager: portage-2.1.4.4
Diffstat (limited to 'games-strategy/wesnoth/wesnoth-1.2.8.ebuild')
-rw-r--r-- | games-strategy/wesnoth/wesnoth-1.2.8.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games-strategy/wesnoth/wesnoth-1.2.8.ebuild b/games-strategy/wesnoth/wesnoth-1.2.8.ebuild index 11cb445c1e72..0b93a37e0e2d 100644 --- a/games-strategy/wesnoth/wesnoth-1.2.8.ebuild +++ b/games-strategy/wesnoth/wesnoth-1.2.8.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/wesnoth/wesnoth-1.2.8.ebuild,v 1.2 2007/11/29 22:46:17 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/wesnoth/wesnoth-1.2.8.ebuild,v 1.3 2008/02/14 05:53:54 mr_bones_ Exp $ inherit eutils toolchain-funcs flag-o-matic games @@ -46,7 +46,7 @@ pkg_setup() { } src_unpack() { - unpack "${A}" + unpack ${A} if use server ; then sed \ -e "s:GAMES_BINDIR:${GAMES_BINDIR}:" \ |