CVS: crater/doc-tools/docbook-3.0 BUILD, 1.1, 1.2 POST_INSTALL, 1.1, 1.2 POST_REMOVE, 1.1, 1.2

nhudson at lunar-linux.org nhudson at lunar-linux.org
Thu Jul 24 07:09:53 GMT 2003


Update of /var/cvs/lunar/crater/doc-tools/docbook-3.0
In directory dbguin.lunar-linux.org:/tmp/cvs-serv21155/docbook-3.0

Modified Files:
	BUILD POST_INSTALL POST_REMOVE 
Log Message:

Maybe 3rd time is a charm for this to go though


Index: BUILD
===================================================================
RCS file: /var/cvs/lunar/crater/doc-tools/docbook-3.0/BUILD,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- BUILD	24 Jul 2003 04:24:03 -0000	1.1
+++ BUILD	24 Jul 2003 07:09:51 -0000	1.2
@@ -1,5 +1,5 @@
 (
-  TARGET=/usr/share/sgml/$MODULE
+  TARGET=/usr/share/sgml/docbook/$VERSION
  
   cd $SOURCE_DIRECTORY                          &&
   prepare_install                               &&
@@ -7,6 +7,8 @@
        mkdir -p $TARGET
   fi                                            &&
  
-  cp -a * $TARGET
+  cp -a * $TARGET                               &&
+
+  ln -sf $TARGET/docbook.cat $TARGET/catalog    
   
 ) > $C_FIFO 2>&1

Index: POST_INSTALL
===================================================================
RCS file: /var/cvs/lunar/crater/doc-tools/docbook-3.0/POST_INSTALL,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- POST_INSTALL	24 Jul 2003 04:24:03 -0000	1.1
+++ POST_INSTALL	24 Jul 2003 07:09:51 -0000	1.2
@@ -1,6 +1,6 @@
 export centralized=/etc/sgml/catalog 
-export docbook_install_dir=/usr/share/sgml/$MODULE
+export docbook_install_dir=/usr/share/sgml/docbook/$VERSION
 
-install-catalog --add $centralized $docbook_install_dir/docbook.cat
+install-catalog --add $centralized $docbook_install_dir/catalog
 echo ""
 echo "Docbook-3.0 installed"

Index: POST_REMOVE
===================================================================
RCS file: /var/cvs/lunar/crater/doc-tools/docbook-3.0/POST_REMOVE,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- POST_REMOVE	24 Jul 2003 04:24:03 -0000	1.1
+++ POST_REMOVE	24 Jul 2003 07:09:51 -0000	1.2
@@ -1 +1 @@
-rm -fr /usr/share/sgml/$MODULE
+rm -fr /usr/share/sgml/docbook/$VERSION




More information about the Lunar-commits mailing list