aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/textutils-inst.xml
diff options
context:
space:
mode:
authorGerard Beekmans <gerard@linuxfromscratch.org>2003-05-02 20:39:10 +0000
committerGerard Beekmans <gerard@linuxfromscratch.org>2003-05-02 20:39:10 +0000
commit3cf582bf179f7e258da43fd27a37748d8915ea32 (patch)
tree08d6f5985120ea8a30ea63b9780dfffef298bf8d /chapter06/textutils-inst.xml
parent97ed0918f45301ea6bc390c0e830d73cd550ae26 (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/textutils-inst.xml')
-rw-r--r--chapter06/textutils-inst.xml24
1 files changed, 0 insertions, 24 deletions
diff --git a/chapter06/textutils-inst.xml b/chapter06/textutils-inst.xml
deleted file mode 100644
index 9e88ea5ff..000000000
--- a/chapter06/textutils-inst.xml
+++ /dev/null
@@ -1,24 +0,0 @@
-<sect2><title>&nbsp;</title><para>&nbsp;</para></sect2>
-
-<sect2>
-<title>Installation of Textutils</title>
-
-<para>Prepare Textutils to be compiled:</para>
-
-<para><screen><userinput>./configure --prefix=/usr</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>Finally, complete the installation of this package
-by moving some of its programs to a more appropriate directory:</para>
-
-<para><screen><userinput>mv /usr/bin/{cat,head} /bin</userinput></screen></para>
-
-</sect2>
-