diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-07-11 12:33:37 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-07-11 12:33:37 +0000 |
commit | de0a9c3791a915fc9ae093f32af31c5d801cb041 (patch) | |
tree | 1743a65d8208700d2ffd74b75c8801f1789ffa6a /app-text/ispell | |
parent | repoman'd (diff) | |
download | historical-de0a9c3791a915fc9ae093f32af31c5d801cb041.tar.gz historical-de0a9c3791a915fc9ae093f32af31c5d801cb041.tar.bz2 historical-de0a9c3791a915fc9ae093f32af31c5d801cb041.zip |
sandbox violation fix
Diffstat (limited to 'app-text/ispell')
-rw-r--r-- | app-text/ispell/ispell-3.2.06-r2.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/app-text/ispell/ispell-3.2.06-r2.ebuild b/app-text/ispell/ispell-3.2.06-r2.ebuild index 2c604b039858..164ee4222df0 100644 --- a/app-text/ispell/ispell-3.2.06-r2.ebuild +++ b/app-text/ispell/ispell-3.2.06-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/app-text/ispell/ispell-3.2.06-r2.ebuild,v 1.1 2002/07/11 09:04:06 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/ispell/ispell-3.2.06-r2.ebuild,v 1.2 2002/07/11 12:33:37 seemant Exp $ S=${WORKDIR}/${P} DESCRIPTION="Ispell is a fast screen-oriented spelling checker" @@ -24,8 +24,9 @@ src_unpack() { } src_compile() { - + export TMPDIR=/tmp make || die + unset TMPDIR } src_install() { |