[Clfs-commits] commit: r4519 - in /trunk/BOOK: final-system/common/bzip2.xml introduction/common/changelog.xml

svn at cross-lfs.org svn at cross-lfs.org
Wed Jan 21 19:37:15 PST 2009


Author: jim
Date: Thu Jan 22 03:37:15 2009
New Revision: 4519

Log:
Fixed wording on Bzip2 Sed for symlinks

Modified:
    trunk/BOOK/final-system/common/bzip2.xml
    trunk/BOOK/introduction/common/changelog.xml

Modified: trunk/BOOK/final-system/common/bzip2.xml
==============================================================================
--- trunk/BOOK/final-system/common/bzip2.xml (original)
+++ trunk/BOOK/final-system/common/bzip2.xml Thu Jan 22 03:37:15 2009
@@ -27,8 +27,8 @@
   <sect2 role="installation">
     <title>Installation of Bzip2</title>
 
-    <para os="s1">By Default bzip2 installs some programs using hard-links. The following sed
-    will change them into soft-links:</para>
+    <para os="s1">By Default bzip2 installs some programs using absolute-links. The following sed
+    will change them into relative-links:</para>
 
 <screen os="s2"><userinput>sed -i -e 's:ln -s -f $(PREFIX)/bin/:ln -s :' Makefile</userinput></screen>
 

Modified: trunk/BOOK/introduction/common/changelog.xml
==============================================================================
--- trunk/BOOK/introduction/common/changelog.xml (original)
+++ trunk/BOOK/introduction/common/changelog.xml Thu Jan 22 03:37:15 2009
@@ -44,7 +44,7 @@
           Zlib. Fixes ticket #201.</para>
         </listitem>
         <listitem>
-          <para>[Jim] - Changed hardlinks from Bzip2 install to soft links.</para>
+          <para>[Jim] - Changed absolute-links from Bzip2 install to relative-links.</para>
         </listitem>
       </itemizedlist>
     </listitem>




More information about the Clfs-commits mailing list