diff options
author | Tristan Heaven <nyhm@gentoo.org> | 2009-09-02 13:21:28 +0000 |
---|---|---|
committer | Tristan Heaven <nyhm@gentoo.org> | 2009-09-02 13:21:28 +0000 |
commit | fd69008af5375fd0fe34e5e94945548d1bf0169b (patch) | |
tree | 8dc27edf5bd13b1a51eb47e7ff51cd8e4559bdd7 /games-action/supertuxkart/supertuxkart-0.6.2.ebuild | |
parent | re-enabled xcb on interix - now working (diff) | |
download | gentoo-2-fd69008af5375fd0fe34e5e94945548d1bf0169b.tar.gz gentoo-2-fd69008af5375fd0fe34e5e94945548d1bf0169b.tar.bz2 gentoo-2-fd69008af5375fd0fe34e5e94945548d1bf0169b.zip |
Don't install .svn directories
(Portage version: 2.2_rc40/cvs/Linux x86_64)
Diffstat (limited to 'games-action/supertuxkart/supertuxkart-0.6.2.ebuild')
-rw-r--r-- | games-action/supertuxkart/supertuxkart-0.6.2.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games-action/supertuxkart/supertuxkart-0.6.2.ebuild b/games-action/supertuxkart/supertuxkart-0.6.2.ebuild index a3073da2e302..086a610792a0 100644 --- a/games-action/supertuxkart/supertuxkart-0.6.2.ebuild +++ b/games-action/supertuxkart/supertuxkart-0.6.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/supertuxkart/supertuxkart-0.6.2.ebuild,v 1.1 2009/09/02 03:01:39 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/supertuxkart/supertuxkart-0.6.2.ebuild,v 1.2 2009/09/02 13:21:28 nyhm Exp $ EAPI=2 inherit autotools eutils games @@ -26,6 +26,7 @@ DEPEND=">=media-libs/plib-1.8.4 media-libs/libsdl[X,video,audio,joystick]" src_prepare() { + esvn_clean sed -i \ -e '/ENETTREE/d' \ -e '/src\/enet\/Makefile/d' \ |