diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2008-02-14 04:01:34 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2008-02-14 04:01:34 +0000 |
commit | c12891d9b82e67a7cf6129a04a78d7db76968699 (patch) | |
tree | 3e09ca9c0c6858ca953924fc5fef1b27ea803789 /games-board | |
parent | quoting (diff) | |
download | gentoo-2-c12891d9b82e67a7cf6129a04a78d7db76968699.tar.gz gentoo-2-c12891d9b82e67a7cf6129a04a78d7db76968699.tar.bz2 gentoo-2-c12891d9b82e67a7cf6129a04a78d7db76968699.zip |
quoting
(Portage version: 2.1.4.4)
Diffstat (limited to 'games-board')
-rw-r--r-- | games-board/mt_gtk_client/mt_gtk_client-0.1.98.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/games-board/mt_gtk_client/mt_gtk_client-0.1.98.ebuild b/games-board/mt_gtk_client/mt_gtk_client-0.1.98.ebuild index 4752e53e2757..404e3e7866a7 100644 --- a/games-board/mt_gtk_client/mt_gtk_client-0.1.98.ebuild +++ b/games-board/mt_gtk_client/mt_gtk_client-0.1.98.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-board/mt_gtk_client/mt_gtk_client-0.1.98.ebuild,v 1.4 2004/06/24 22:20:06 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-board/mt_gtk_client/mt_gtk_client-0.1.98.ebuild,v 1.5 2008/02/14 04:01:34 mr_bones_ Exp $ inherit games @@ -29,7 +29,7 @@ src_compile() { src_install() { make DESTDIR="${D}" install || die "make install failed" - mv ${D}/${GAMES_DATADIR}/locale ${D}/usr/share/ + mv "${D}"/${GAMES_DATADIR}/locale "${D}"/usr/share/ dodoc AUTHORS BUGS ChangeLog NEWS README TODO prepgamesdirs } |