Gentoo Archives: gentoo-dev

From: Mike Gilbert <floppym@g.o>
To: Gentoo Dev <gentoo-dev@l.g.o>
Subject: Re: [gentoo-dev] sandbox access violations while running matlab binary installer
Date: Mon, 31 Mar 2014 19:18:59
Message-Id: CAJ0EP42-RzLcyK8PFENmYfekRcaCjuFH6JtcC4MznTQRBjfC5w@mail.gmail.com
In Reply to: Re: [gentoo-dev] sandbox access violations while running matlab binary installer by Alexandre Rostovtsev
1 On Mon, Mar 31, 2014 at 2:54 PM, Alexandre Rostovtsev
2 <tetromino@g.o> wrote:
3 > The best solution is to figure out why the directory is being created there
4 > and whether it is customizable. Maybe the code actually is creating
5 > $HOME/InstallShield? Then export HOME=${T} in your ebuild.
6 >
7
8 Portage already sets HOME to a subdirectory of ${PORTAGE_TMPDIR).
9 Setting it to ${T} will make no difference there.