diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-06-11 22:04:32 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-06-11 22:04:32 +0000 |
commit | 7491f307c04c28ee7d2f29f7b215b187ea4005c5 (patch) | |
tree | 9baed879bb3a737c462206c0175f8b267e15b0e8 /games-action | |
parent | old (diff) | |
download | gentoo-2-7491f307c04c28ee7d2f29f7b215b187ea4005c5.tar.gz gentoo-2-7491f307c04c28ee7d2f29f7b215b187ea4005c5.tar.bz2 gentoo-2-7491f307c04c28ee7d2f29f7b215b187ea4005c5.zip |
remove stupid file creation in /tmp
Diffstat (limited to 'games-action')
-rw-r--r-- | games-action/armagetron/armagetron-0.2.6.0.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/games-action/armagetron/armagetron-0.2.6.0.ebuild b/games-action/armagetron/armagetron-0.2.6.0.ebuild index 8bae731a00dd..35dd6a49c2c8 100644 --- a/games-action/armagetron/armagetron-0.2.6.0.ebuild +++ b/games-action/armagetron/armagetron-0.2.6.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/armagetron/armagetron-0.2.6.0.ebuild,v 1.9 2005/01/31 03:25:37 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/armagetron/armagetron-0.2.6.0.ebuild,v 1.10 2005/06/11 22:04:32 vapier Exp $ inherit flag-o-matic eutils games @@ -26,7 +26,6 @@ DEPEND="${RDEPEND} src_unpack() { unpack ${A} - set > /tmp/emerge-env.txt cd "${S}" # Uses $SYNC which which conflicts with emerge sed -i \ |