diff options
author | Gerard Beekmans <gerard@linuxfromscratch.org> | 2003-01-11 17:41:17 +0000 |
---|---|---|
committer | Gerard Beekmans <gerard@linuxfromscratch.org> | 2003-01-11 17:41:17 +0000 |
commit | 4a880659d648349b37c82334c070260c9bf0ff00 (patch) | |
tree | 8f2c3a78e7d6799fd39f87df7d50fd54a697991a /chapter05/fileutils-inst.xml | |
parent | a1d3af694f549cb435f4095f06c5746ea0bbf08c (diff) |
reworded for consistency
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2312 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05/fileutils-inst.xml')
-rw-r--r-- | chapter05/fileutils-inst.xml | 14 |
1 files changed, 10 insertions, 4 deletions
diff --git a/chapter05/fileutils-inst.xml b/chapter05/fileutils-inst.xml index 7e6275aeb..42be9cda4 100644 --- a/chapter05/fileutils-inst.xml +++ b/chapter05/fileutils-inst.xml @@ -25,12 +25,18 @@ than likely result in all kinds of compile time problems.</para> <para><screen><userinput>patch -Np1 -i ../fileutils-&fileutils-patch-version;.patch</userinput></screen></para> -<para>Install Fileutils by running the following commands:</para> +<para>Prepare the package to be compiled:</para> <para><screen><userinput>LDFLAGS="-static" \ - ./configure --disable-nls --prefix=$LFS/static -make -make install</userinput></screen></para> + ./configure --disable-nls --prefix=$LFS/static</userinput></screen></para> + +<para>Continue with compiling the package:</para> + +<para><screen><userinput>make</userinput></screen></para> + +<para>And finsh off installing the package:</para> + +<para><screen><userinput>make install</userinput></screen></para> <para>Once you have installed Fileutils, you can test whether the segmentation fault problem has been avoided by running |