[Lunar-commits] CVS: moonbase/docs/Linux-HOWTOs BUILD, 1.1.1.1, 1.2 DETAILS, 1.5, 1.6

Terry Chan tchan at lunar-linux.org
Sat Apr 3 18:08:38 GMT 2004


Update of /var/cvs/lunar/moonbase/docs/Linux-HOWTOs
In directory dbguin.lunar-linux.org:/tmp/cvs-serv2202

Modified Files:
	BUILD DETAILS 
Log Message:
Fixed this module to correctly compile two times in a row.  Lunar boxes
that have statically linked, gzip, and bzip2 will fail unless the "rm -f"
is present in the BUILD script.  Installwatch does NOT track statically 
linked binaries, so the old version of the Linux-HOWTOs is not cleaned up
correctly.


Index: BUILD
===================================================================
RCS file: /var/cvs/lunar/moonbase/docs/Linux-HOWTOs/BUILD,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -d -r1.1.1.1 -r1.2
--- BUILD	21 Aug 2002 00:55:15 -0000	1.1.1.1
+++ BUILD	3 Apr 2004 18:08:36 -0000	1.2
@@ -2,6 +2,9 @@
 
   prepare_install   
   mkdir -p     $DOCUMENT_DIRECTORY/$MODULE
+  # This rm -f is necessary to properly clean up /usr/share/doc/Linux-HOWTOs/
+  # especially on Lunar boxes where gzip, and bzip2 are statically linked binaries
+  rm -f $DOCUMENT_DIRECTORY/$MODULE/*.gz
   cp     *     $DOCUMENT_DIRECTORY/$MODULE
   for FILE in `ls $DOCUMENT_DIRECTORY/$MODULE/`
   do

Index: DETAILS
===================================================================
RCS file: /var/cvs/lunar/moonbase/docs/Linux-HOWTOs/DETAILS,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- DETAILS	3 Apr 2004 17:43:47 -0000	1.5
+++ DETAILS	3 Apr 2004 18:08:36 -0000	1.6
@@ -1,6 +1,6 @@
           MODULE=Linux-HOWTOs
-         VERSION=20040402
-          SOURCE=$MODULE.tar.gz
+         VERSION=20040403
+          SOURCE=$MODULE.tar.bz2
 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE
    SOURCE_URL[0]=http://www.ibiblio.org/pub/Linux/docs/HOWTO/$SOURCE
    SOURCE_URL[1]=ftp://ftp.fi.muni.cz/pub/linux/sunsite/docs/howto/$SOURCE
@@ -15,4 +15,8 @@
 on specific subjects.
 To update the documents, remove the $SOURCE from the 
 $SOURCE_CACHE and relin the MODULE.
+
+As of 20030724, the mini-HOWTOs have been incorporated into the Linux-HOWTOs
+tarball.  Therefore the Linux-mini-HOWTOs module has been removed from the
+moonbase.
 EOF



More information about the Lunar-commits mailing list