[Lunar-commits] <moonbase> module-init-tools: add a patch for the man pages.

Florin Braescu florin at lunar-linux.org
Sat Nov 5 08:36:13 CET 2011


commit af2b82d8572d02effff23bb7ecc8cf9adcf3e6eb
Author: Florin Braescu <florin at lunar-linux.org>
Date:   Sat Nov 5 08:36:13 2011 +0100

    module-init-tools: add a patch for the man pages.
---
 kernel/module-init-tools/BUILD   |    4 +++-
 kernel/module-init-tools/DETAILS |    3 +++
 2 files changed, 6 insertions(+), 1 deletions(-)

diff --git a/kernel/module-init-tools/BUILD b/kernel/module-init-tools/BUILD
index fe5b86e..20f04d4 100644
--- a/kernel/module-init-tools/BUILD
+++ b/kernel/module-init-tools/BUILD
@@ -6,9 +6,11 @@
 #      patch_it $SOURCE_CACHE/$SOURCE2 1
 #  fi  &&
 
+  patch_it $SOURCE_CACHE/$SOURCE3 1  &&
+
   # It looks docbook patch presented above does nothing
   # Lets fix this temporary and find better solution later
-  sedit 's/docbook2man/docbook2man-fix-it-later/' configure &&
+  sedit 's/docbook2man/docbook2man-fix-it-later/' configure  &&
 
   sedit "s:ln -s :ln -sf :" Makefile.in  &&
 
diff --git a/kernel/module-init-tools/DETAILS b/kernel/module-init-tools/DETAILS
index af09d9a..ddbec73 100644
--- a/kernel/module-init-tools/DETAILS
+++ b/kernel/module-init-tools/DETAILS
@@ -2,10 +2,13 @@
          VERSION=3.16
           SOURCE=$MODULE-$VERSION.tar.bz2
          SOURCE2=${MODULE}_docbook.patch.bz2
+         SOURCE3=$MODULE-$VERSION-man_pages.patch.bz2
       SOURCE_URL=${KERNEL_URL}/pub/linux/utils/kernel/$MODULE
      SOURCE2_URL=$PATCH_URL
+     SOURCE3_URL=$PATCH_URL
       SOURCE_VFY=sha1:919c9fb3e8c73a5790411da1c4d79efda19db195
      SOURCE2_VFY=sha1:673fda8d8c4a9d5a88aa25f5e8c56fc60ff8fcee
+     SOURCE3_VFY=sha1:eb254117258542c614f7cd046fb5cd67d95818d9
         WEB_SITE=http://www.kernel.org
          ENTERED=20030410
          UPDATED=20111105


More information about the Lunar-commits mailing list