Gentoo Archives: gentoo-alt

From: Fabian Groffen <grobian@g.o>
To: gentoo-alt@l.g.o
Subject: Re: [gentoo-alt] bug in bootstrap-prefix.sh
Date: Mon, 19 May 2008 13:41:29
Message-Id: 20080519134127.GY18589@gentoo.org
In Reply to: Re: [gentoo-alt] bug in bootstrap-prefix.sh by Bacchella Fabrice
1 On 19-05-2008 14:15:14 +0200, Bacchella Fabrice wrote:
2 >> From your initial email I undestood that we actually create that dir,
3 >> and that it breaks. ??? Just creating $EPREFIX/bin and $EPREFIX/sbin
4 >> is
5 >> fine with me, and a very little effort if it just fixes this
6 >> problem...
7 >
8 > Oups, my explanation was not clear then. It's NOT creating it that is
9 > the problem.
10
11 Index: bootstrap-prefix.sh
12 ===================================================================
13 --- bootstrap-prefix.sh (revision 22166)
14 +++ bootstrap-prefix.sh (working copy)
15 @@ -221,7 +221,7 @@
16 PV="${def}"
17 ;;
18 esac
19 - for x in etc usr/{,s}bin var/tmp var/lib/portage var/log/portage var/db;
20 + for x in etc {,usr/}{,s}bin var/tmp var/lib/portage var/log/portage var/db;
21 do
22 [[ -d ${ROOT}/${x} ]] || mkdir -p "${ROOT}/${x}"
23 done
24
25
26
27 --
28 Fabian Groffen
29 Gentoo on a different level
30 --
31 gentoo-alt@l.g.o mailing list