diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2010-05-12 15:48:07 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2010-05-12 15:48:07 +0000 |
commit | d14298e22d994c6e141821a6b14c8f71ce5b9616 (patch) | |
tree | ba4a76876e4e7a55c58b8f186894a48d9f3adb93 /games-action/lugaru | |
parent | Version bump. Cleanup (diff) | |
download | gentoo-2-d14298e22d994c6e141821a6b14c8f71ce5b9616.tar.gz gentoo-2-d14298e22d994c6e141821a6b14c8f71ce5b9616.tar.bz2 gentoo-2-d14298e22d994c6e141821a6b14c8f71ce5b9616.zip |
Spelling for for bug #319345
(Portage version: 2.1.8.3/cvs/Linux i686)
Diffstat (limited to 'games-action/lugaru')
-rw-r--r-- | games-action/lugaru/lugaru-1.0c.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/games-action/lugaru/lugaru-1.0c.ebuild b/games-action/lugaru/lugaru-1.0c.ebuild index 941f76274fcc..74e97c8ef513 100644 --- a/games-action/lugaru/lugaru-1.0c.ebuild +++ b/games-action/lugaru/lugaru-1.0c.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/lugaru/lugaru-1.0c.ebuild,v 1.1 2010/05/12 04:21:55 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/lugaru/lugaru-1.0c.ebuild,v 1.2 2010/05/12 15:48:07 mr_bones_ Exp $ inherit eutils games -DESCRIPTION="3D arcade with unique fighting system and antropomorphic characters" +DESCRIPTION="3D arcade with unique fighting system and anthropomorphic characters" HOMEPAGE="http://www.wolfire.com/lugaru" SRC_URI="${PN}-full-linux-x86-${PV}.bin" @@ -26,7 +26,7 @@ S=${WORKDIR}/data src_unpack() { # self unpacking zip archive; unzip warns about the exe stuff - local a="${DISTDIR}/${A}" + local a=${DISTDIR}/${A} echo ">>> Unpacking ${a} to ${PWD}" unzip -q "${a}" [ $? -gt 1 ] && die "unpacking failed" |