[Clfs-commits] commit: r4854 - /branches/clfs-sysroot/BOOK/final-system/common/diffutils.xml

svn at cross-lfs.org svn at cross-lfs.org
Sun Mar 15 17:55:42 PDT 2009


Author: jciccone
Date: Mon Mar 16 00:55:42 2009
New Revision: 4854

Log:
Fixed Diffutils Man Pages.

Modified:
    branches/clfs-sysroot/BOOK/final-system/common/diffutils.xml

Modified: branches/clfs-sysroot/BOOK/final-system/common/diffutils.xml
==============================================================================
--- branches/clfs-sysroot/BOOK/final-system/common/diffutils.xml (original)
+++ branches/clfs-sysroot/BOOK/final-system/common/diffutils.xml Mon Mar 16 00:55:42 2009
@@ -38,6 +38,13 @@
     to use vim:</para>
 
 <screen os="s2"><userinput>sed -i 's@\(^#define DEFAULT_EDITOR_PROGRAM \).*@\1"vi"@' config.h</userinput></screen>
+
+    <para os="s3">Diffutils man-pages want to be recreated, but it requires
+    help2man. So we update the time on the files to prevent them from being
+    recreated:</para>
+
+<screen os="s4"><userinput>touch man/*.1</userinput></screen>
+
 
     <para os="c">Compile the package:</para>
 




More information about the Clfs-commits mailing list