diff options
author | Gerard Beekmans <gerard@linuxfromscratch.org> | 2002-03-16 23:28:17 +0000 |
---|---|---|
committer | Gerard Beekmans <gerard@linuxfromscratch.org> | 2002-03-16 23:28:17 +0000 |
commit | 6f265d231a1aea46bb006352db169eb6a288a5f1 (patch) | |
tree | bbfec090f3d1a57ed8350ca2ea81ef03c4129565 /chapter06 | |
parent | 1858558e82089aadd977796eb14fac7db79421bb (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.xml | 2 | ||||
-rw-r--r-- | chapter06/gawk-inst.xml | 2 |
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 && sed -e '/^datadir/s/awk/gawk/' \ -e '/^libexecdir/s%/awk%%' Makefile.in.backup > Makefile.in && cd .. && -./configure --prefix=/usr && +./configure --prefix=/usr --libexecdir=/usr/bin && make && make install</userinput></screen></para> |