Gentoo Archives: gentoo-user

From: Andrey Vul <andrey.vul@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Change install directory of ebuilds?
Date: Sun, 05 Oct 2008 02:48:38
Message-Id: e38d12ff0810041948r3f189398g98ea5ac113f07662@mail.gmail.com
In Reply to: Re: [gentoo-user] Change install directory of ebuilds? by Andreas Simbuerger
1 On Sat, Oct 4, 2008 at 4:17 PM, Andreas Simbuerger <simi@×××××.eu> wrote:
2 > In addition i try to solve the problems by doing an
3 > emerge -eaD world
4 -D is unnecessary if -e is specified.
5 And I prefer this: emerge -evp world 2>&1 | tee ew
6 Then I can look at ew using less and see if everything is good.
7 Then this (if everything is good): emerge -ev world 2>&1 | tee ew
8 --
9 Andrey Vul