From 6f265d231a1aea46bb006352db169eb6a288a5f1 Mon Sep 17 00:00:00 2001 From: Gerard Beekmans Date: Sat, 16 Mar 2002 23:28:17 +0000 Subject: added --libexecdir git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1716 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/chroot.xml | 2 -- chapter06/gawk-inst.xml | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) (limited to 'chapter06') 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. Note that the bash prompt will contain "I have no name!" This is normal because Glibc hasn't been installed yet. -&aa-chroot-dep; - 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 -- cgit v1.2.3-54-g00ecf