aboutsummaryrefslogtreecommitdiffstats
path: root/chapter05/grep-inst.xml
diff options
context:
space:
mode:
authorGerard Beekmans <gerard@linuxfromscratch.org>2002-02-10 15:36:19 +0000
committerGerard Beekmans <gerard@linuxfromscratch.org>2002-02-10 15:36:19 +0000
commit9d12a8a4e9b2f87df072443ecb93b552e9ac519d (patch)
treedd617b25c4f99baf8455fd5c18e235f1e1a4fd9b /chapter05/grep-inst.xml
parent5af17b8d063e0efdede14264c8233cc9c10c8426 (diff)
Moved additional programs to the ($LFS)/bin directory that are used by the
bootscripts git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1553 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05/grep-inst.xml')
-rw-r--r--chapter05/grep-inst.xml5
1 files changed, 3 insertions, 2 deletions
diff --git a/chapter05/grep-inst.xml b/chapter05/grep-inst.xml
index 22102fd1d..92dc5208e 100644
--- a/chapter05/grep-inst.xml
+++ b/chapter05/grep-inst.xml
@@ -8,7 +8,7 @@ can also be used for other glibc versions so if you aren't sure, then
use the first version.</para>
<para><screen><userinput>export CPPFLAGS=-Dre_max_failures=re_max_failures2 &amp;&amp;
-./configure --prefix=$LFS/usr --disable-nls &amp;&amp;
+./configure --prefix=$LFS/usr --disable-nls --bindir=$LFS/bin &amp;&amp;
unset CPPFLAGS &amp;&amp;
make LDFLAGS=-static &amp;&amp;
make install</userinput></screen></para>
@@ -16,7 +16,8 @@ make install</userinput></screen></para>
<para>If you are using a newer glibc version (2.2.x), you can use the
following commands to install Grep:</para>
-<para><screen><userinput>./configure --prefix=$LFS/usr --disable-nls &amp;&amp;
+<para><screen><userinput>./configure --prefix=$LFS/usr --disable-nls \
+&nbsp;&nbsp;&nbsp;--bindir=$LFS/bin &amp;&amp;
make LDFLAGS=-static &amp;&amp;
make install</userinput></screen></para>