summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'games-board/glchess/glchess-1.0.6.ebuild')
-rw-r--r--games-board/glchess/glchess-1.0.6.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/games-board/glchess/glchess-1.0.6.ebuild b/games-board/glchess/glchess-1.0.6.ebuild
index e9e541d98c22..14679390d969 100644
--- a/games-board/glchess/glchess-1.0.6.ebuild
+++ b/games-board/glchess/glchess-1.0.6.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2007 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/glchess/glchess-1.0.6.ebuild,v 1.1 2007/08/25 19:13:24 tupone Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-board/glchess/glchess-1.0.6.ebuild,v 1.2 2008/03/14 00:51:53 wolf31o2 Exp $
inherit python distutils games
@@ -31,7 +31,7 @@ src_unpack() {
src_install() {
python_version
- distutils_src_install --install-scripts=${GAMES_BINDIR}
+ distutils_src_install --install-scripts="${GAMES_BINDIR}"
if use nls ; then
emake DESTDIR="${D}" install || die "emake install failed"
fi