Subject: Re: installing openoffice-bin
To: Perry E. Metzger <perry@piermont.com>
From: Juan RP <juan@xtrarom.org>
List: tech-pkg
Date: 09/08/2005 17:53:38
On Thu, 08 Sep 2005 11:42:17 -0400
"Perry E. Metzger" <perry@piermont.com> wrote:

> 
> openoffice-bin seems to overflow my /tmp/ in attempting to install.
> Is there any reasonable way to tell it to use another directory to
> unpack in?

openoffice-bin/files/install uses /tmp (hardcoded), maybe we could
change it and make it a build option?

(FILES_SUBST+=	TMPDIR=${TMPDIR})

Or something like that...