aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06
diff options
context:
space:
mode:
authorGerard Beekmans <gerard@linuxfromscratch.org>2002-03-16 23:28:17 +0000
committerGerard Beekmans <gerard@linuxfromscratch.org>2002-03-16 23:28:17 +0000
commit6f265d231a1aea46bb006352db169eb6a288a5f1 (patch)
treebbfec090f3d1a57ed8350ca2ea81ef03c4129565 /chapter06
parent1858558e82089aadd977796eb14fac7db79421bb (diff)
added --libexecdir
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1716 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r--chapter06/chroot.xml2
-rw-r--r--chapter06/gawk-inst.xml2
2 files changed, 1 insertions, 3 deletions
diff --git a/chapter06/chroot.xml b/chapter06/chroot.xml
index 745396f4d..120eef684 100644
--- a/chapter06/chroot.xml
+++ b/chapter06/chroot.xml
@@ -37,7 +37,5 @@ book.</para>
<para>Note that the bash prompt will contain "I have no name!" This is
normal because Glibc hasn't been installed yet.</para>
-&aa-chroot-dep;
-
</sect1>
diff --git a/chapter06/gawk-inst.xml b/chapter06/gawk-inst.xml
index c6d4a6067..0796a41c4 100644
--- a/chapter06/gawk-inst.xml
+++ b/chapter06/gawk-inst.xml
@@ -8,7 +8,7 @@ cp Makefile.in Makefile.in.backup &amp;&amp;
sed -e '/^datadir/s/awk/gawk/' \
-e '/^libexecdir/s%/awk%%' Makefile.in.backup &gt; Makefile.in &amp;&amp;
cd .. &amp;&amp;
-./configure --prefix=/usr &amp;&amp;
+./configure --prefix=/usr --libexecdir=/usr/bin &amp;&amp;
make &amp;&amp;
make install</userinput></screen></para>