[Lunar-commits] CVS: moonbase/docs/bash-doc BUILD, 1.1.1.1, 1.2 DETAILS, 1.1.1.1, 1.2 PRE_BUILD, 1.1.1.1, 1.2

Chad Kittel v3rt1g0 at lunar-linux.org
Thu Sep 16 01:23:12 UTC 2004


Update of /var/cvs/lunar/moonbase/docs/bash-doc
In directory espresso.lunar-linux.org:/tmp/cvs-serv2934/bash-doc

Modified Files:
	BUILD DETAILS PRE_BUILD 
Log Message:
Version bump.  This is the current documentation for bash 3.0.  Added 
GARBAGE=off to the DETAILS file becuase if it is "on" the fails get coppied
to two directories instead of just the one specified in the BUILD file.
Also added a sha1 hash.


Index: BUILD
===================================================================
RCS file: /var/cvs/lunar/moonbase/docs/bash-doc/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	16 Sep 2004 01:23:10 -0000	1.2
@@ -1,7 +1,7 @@
 (
 
   prepare_install                   &&
-  mkdir -p $DOCUMENT_DIRECTORY/bash 
-  cp doc/* $DOCUMENT_DIRECTORY/bash
-
+  mkdir -p $DOCUMENT_DIRECTORY/bash && 
+  cp doc/* $DOCUMENT_DIRECTORY/bash 
+  
 ) > $C_FIFO 2>&1

Index: DETAILS
===================================================================
RCS file: /var/cvs/lunar/moonbase/docs/bash-doc/DETAILS,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -d -r1.1.1.1 -r1.2
--- DETAILS	21 Aug 2002 00:55:15 -0000	1.1.1.1
+++ DETAILS	16 Sep 2004 01:23:10 -0000	1.2
@@ -1,13 +1,19 @@
           MODULE=bash-doc
-         VERSION=2.05b
+         VERSION=3.0
           SOURCE=$MODULE-$VERSION.tar.gz
 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION
    SOURCE_URL[0]=$GNU_URL/bash/$SOURCE
    SOURCE_URL[1]=ftp://ftp.gnu.org/pub/gnu/bash/$SOURCE
+      SOURCE_VRY=sha1:26a77501dbfdb4ce19265c58d4be543557d58839
         WEB_SITE=http://cnswww.cns.cwru.edu/~chet/bash/bashtop.html
          ENTERED=20011025
-         UPDATED=20020723
+         UPDATED=20040915
            SHORT="bash-doc provides documentation for the BASH shell."
+         # Having GARBAGE on will end up making two copies of the files installed.
+         # One in the place defined in the BUILD file and the other in the
+         # $DOCUMENT_DIRECTORY/bash-doc/ directory, so we will override here
+         GARBAGE=off
+
 cat << EOF
 This contains the documentation for: 
 bash - Shell of the GNU operating system.

Index: PRE_BUILD
===================================================================
RCS file: /var/cvs/lunar/moonbase/docs/bash-doc/PRE_BUILD,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -d -r1.1.1.1 -r1.2
--- PRE_BUILD	21 Aug 2002 00:55:15 -0000	1.1.1.1
+++ PRE_BUILD	16 Sep 2004 01:23:10 -0000	1.2
@@ -1,3 +1,3 @@
-mk_source_dir  $SOURCE_DIRECTORY
-cd             $SOURCE_DIRECTORY
+mk_source_dir  $SOURCE_DIRECTORY &&
+cd             $SOURCE_DIRECTORY &&
 unpack         $SOURCE



More information about the Lunar-commits mailing list