Gentoo Archives: gentoo-commits

From: "Fabian Groffen (grobian)" <grobian@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo commit in xml/htdocs/proj/en/gentoo-alt/prefix: bootstrap.xml
Date: Mon, 01 Oct 2012 18:43:33
Message-Id: 20121001184323.2C55621600@flycatcher.gentoo.org
1 grobian 12/10/01 18:43:23
2
3 Modified: bootstrap.xml
4 Log:
5 bash: fix PATH location
6
7 Revision Changes Path
8 1.51 xml/htdocs/proj/en/gentoo-alt/prefix/bootstrap.xml
9
10 file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/gentoo-alt/prefix/bootstrap.xml?rev=1.51&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/gentoo-alt/prefix/bootstrap.xml?rev=1.51&content-type=text/plain
12 diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/gentoo-alt/prefix/bootstrap.xml?r1=1.50&r2=1.51
13
14 Index: bootstrap.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/en/gentoo-alt/prefix/bootstrap.xml,v
17 retrieving revision 1.50
18 retrieving revision 1.51
19 diff -u -r1.50 -r1.51
20 --- bootstrap.xml 1 Sep 2012 10:29:47 -0000 1.50
21 +++ bootstrap.xml 1 Oct 2012 18:43:23 -0000 1.51
22 @@ -1,6 +1,6 @@
23 <?xml version="1.0" encoding="UTF-8"?>
24 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
25 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/gentoo-alt/prefix/bootstrap.xml,v 1.50 2012/09/01 10:29:47 grobian Exp $ -->
26 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/gentoo-alt/prefix/bootstrap.xml,v 1.51 2012/10/01 18:43:23 grobian Exp $ -->
27
28 <guide link="/proj/en/gentoo-alt/prefix/bootstrap.xml" lang="en">
29 <title>Gentoo Prefix Bootstrap Process</title>
30 @@ -19,8 +19,8 @@
31 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
32 <license/>
33
34 - <version>1.93</version>
35 - <date>2012-09-01</date>
36 + <version>1.94</version>
37 + <date>2012-10-01</date>
38
39 <chapter>
40 <title>Bootstrapping in general</title>
41 @@ -101,7 +101,7 @@
42 <pre caption="Bootstrap bash (ONLY if no bash exists on the system)">
43 $ <i>chmod 755 bootstrap-bash.sh</i>
44 $ <i>./bootstrap-bash.sh /var/tmp/bash</i>
45 -$ <i>export PATH="/var/tmp/bash/bin:${PATH}"</i>
46 +$ <i>export PATH="/var/tmp/bash/usr/bin:${PATH}"</i>
47 </pre>
48 <note>
49 You ONLY have to bootstrap <c>bash</c> if you don't have