diff options
author | Gerard Beekmans <gerard@linuxfromscratch.org> | 2003-05-02 20:39:10 +0000 |
---|---|---|
committer | Gerard Beekmans <gerard@linuxfromscratch.org> | 2003-05-02 20:39:10 +0000 |
commit | 3cf582bf179f7e258da43fd27a37748d8915ea32 (patch) | |
tree | 08d6f5985120ea8a30ea63b9780dfffef298bf8d /chapter06/fileutils-inst.xml | |
parent | 97ed0918f45301ea6bc390c0e830d73cd550ae26 (diff) |
removed fileutils, sh-utils and textutils
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2493 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/fileutils-inst.xml')
-rw-r--r-- | chapter06/fileutils-inst.xml | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/chapter06/fileutils-inst.xml b/chapter06/fileutils-inst.xml deleted file mode 100644 index 4e2345135..000000000 --- a/chapter06/fileutils-inst.xml +++ /dev/null @@ -1,26 +0,0 @@ -<sect2><title> </title><para> </para></sect2> - -<sect2> -<title>Installation of Fileutils</title> - -<para>Prepare Fileutils to be compiled:</para> - -<para><screen><userinput>./configure --prefix=/usr --bindir=/bin</userinput></screen></para> - -<para>Continue with compiling the package:</para> - -<para><screen><userinput>make</userinput></screen></para> - -<para>Install the package:</para> - -<para><screen><userinput>make install</userinput></screen></para> - -<para>Some packages hardwire the path to the -<userinput>install</userinput> program as -<emphasis>/usr/bin/install</emphasis>. Create a symlink -to account for this:</para> - -<para><screen><userinput>ln -s ../../bin/install /usr/bin</userinput></screen></para> - -</sect2> - |