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

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


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

Modified Files:
	BUILD POST_INSTALL 
Log Message:

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


Index: BUILD
===================================================================
RCS file: /var/cvs/lunar/crater/doc-tools/docbook-sgml/BUILD,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- BUILD	24 Jul 2003 03:58:52 -0000	1.1
+++ BUILD	24 Jul 2003 07:09:52 -0000	1.2
@@ -4,7 +4,7 @@
      rm -Rf /usr/share/xml
   fi                                            &&
 
-  TARGET=/usr/share/sgml/$MODULE-$VERSION
+  TARGET=/usr/share/sgml/docbook/$MODULE-$VERSION
  
   cd $SOURCE_DIRECTORY                          &&
   prepare_install                               &&
@@ -12,6 +12,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-sgml/POST_INSTALL,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- POST_INSTALL	24 Jul 2003 03:58:52 -0000	1.1
+++ POST_INSTALL	24 Jul 2003 07:09:52 -0000	1.2
@@ -1,5 +1,6 @@
 export centralized=/etc/sgml/catalog 
-export docbook_install_dir=/usr/share/sgml/$MODULE-$VERSION
+export docbook_install_dir=/usr/share/sgml/docbook$MODULE-$VERSION
 
-install-catalog --add $centralized $docbook_install_dir/docbook.cat
+install-catalog --add $centralized $docbook_install_dir/catalog
+echo ""
 echo "docbook-sgml installed"




More information about the Lunar-commits mailing list