diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2008-03-12 20:35:07 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2008-03-12 20:35:07 +0000 |
commit | bce696f68f78be54e9963b35dce7b0eb75fe905a (patch) | |
tree | 937261c82ab10ce8a2a0ccd40770035815f69650 /games-sports | |
parent | Add masked beta version (diff) | |
download | gentoo-2-bce696f68f78be54e9963b35dce7b0eb75fe905a.tar.gz gentoo-2-bce696f68f78be54e9963b35dce7b0eb75fe905a.tar.bz2 gentoo-2-bce696f68f78be54e9963b35dce7b0eb75fe905a.zip |
quoting
(Portage version: 2.1.4.4)
Diffstat (limited to 'games-sports')
-rw-r--r-- | games-sports/xmoto/xmoto-0.4.1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/games-sports/xmoto/xmoto-0.4.1.ebuild b/games-sports/xmoto/xmoto-0.4.1.ebuild index 8c6571dac1b8..bbb568ddc5b2 100644 --- a/games-sports/xmoto/xmoto-0.4.1.ebuild +++ b/games-sports/xmoto/xmoto-0.4.1.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-sports/xmoto/xmoto-0.4.1.ebuild,v 1.1 2008/03/11 19:32:29 genstef Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-sports/xmoto/xmoto-0.4.1.ebuild,v 1.2 2008/03/12 20:35:07 mr_bones_ Exp $ inherit eutils games @@ -74,7 +74,7 @@ src_install() { if use nls ; then dodir /usr/share/locale - cd ${S}/po + cd "${S}"/po for i in `ls -c1 |grep "\.gmo$"` ; do BASE=$(echo ${i} |sed 's/\.gmo$//g') msgfmt -v -o ${BASE}.mo ${BASE}.po @@ -83,7 +83,7 @@ src_install() { newins ${BASE}.gmo xmoto.mo done; fi - cd ${S} + cd "${S}" dodoc README TODO NEWS ChangeLog doicon extra/xmoto.xpm |