diff options
author | Tristan Heaven <nyhm@gentoo.org> | 2007-07-25 17:38:42 +0000 |
---|---|---|
committer | Tristan Heaven <nyhm@gentoo.org> | 2007-07-25 17:38:42 +0000 |
commit | 1b82b8ea2a9a371c0584e48d546580d626378abc (patch) | |
tree | 37ca791097e67305727394de04a0704c64cae50a /games-kids | |
parent | alpha stable (diff) | |
download | gentoo-2-1b82b8ea2a9a371c0584e48d546580d626378abc.tar.gz gentoo-2-1b82b8ea2a9a371c0584e48d546580d626378abc.tar.bz2 gentoo-2-1b82b8ea2a9a371c0584e48d546580d626378abc.zip |
don't install .svn
(Portage version: 2.1.3_rc9)
Diffstat (limited to 'games-kids')
-rw-r--r-- | games-kids/tuxmathscrabble/tuxmathscrabble-4.2.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games-kids/tuxmathscrabble/tuxmathscrabble-4.2.ebuild b/games-kids/tuxmathscrabble/tuxmathscrabble-4.2.ebuild index 2975af53a0d0..a493424faf0a 100644 --- a/games-kids/tuxmathscrabble/tuxmathscrabble-4.2.ebuild +++ b/games-kids/tuxmathscrabble/tuxmathscrabble-4.2.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-kids/tuxmathscrabble/tuxmathscrabble-4.2.ebuild,v 1.1 2007/07/24 17:07:24 nyhm Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-kids/tuxmathscrabble/tuxmathscrabble-4.2.ebuild,v 1.2 2007/07/25 17:38:42 nyhm Exp $ inherit eutils python multilib games @@ -25,6 +25,7 @@ src_unpack() { unpack ${A} cd "${S}" rm -f $(find . -name '*.pyc') + rm -rf $(find . -name '.svn') mv -f ${MY_PN}/accounts . sed -i "s:'/','var','games':'${GAMES_STATEDIR}':" \ asymptopia_0_1_0/environment.py \ |