CVS: moonbase/doc-tools/openjade POST_INSTALL,1.8,1.9

nhudson at lunar-linux.org nhudson at lunar-linux.org
Mon Oct 20 03:13:11 GMT 2003


Update of /var/cvs/lunar/moonbase/doc-tools/openjade
In directory dbguin.lunar-linux.org:/tmp/cvs-serv22861/openjade

Modified Files:
	POST_INSTALL 
Log Message:

Updating opensp to new version 1.5.1 also rebuilding openjade after the install
just to make sure everything meshes.. also I fixed the openjade POST_INSTALL as openjade was installing "CATALOG /etc/sgml/catalog" to the file /etc/sgml/catalog 
which causes a major loop so I removed the /etc/sgml/catalog from the file
/etc/sgml/catalog :) 


Index: POST_INSTALL
===================================================================
RCS file: /var/cvs/lunar/moonbase/doc-tools/openjade/POST_INSTALL,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- POST_INSTALL	9 Sep 2003 01:52:17 -0000	1.8
+++ POST_INSTALL	20 Oct 2003 03:13:09 -0000	1.9
@@ -11,6 +11,7 @@
 /usr/bin/install-catalog --add $centralized $CATALOGDIR/catalog       &&
 /usr/bin/install-catalog --add $centralized $CATALOGDIR/pubtext/catalog     &&
 /usr/bin/install-catalog --add $centralized $CATALOGDIR/contrib/catalog     &&
-/usr/bin/install-catalog --add $centralized $CATALOGDIR/unicode/catalog     
+/usr/bin/install-catalog --add $centralized $CATALOGDIR/unicode/catalog  &&
+/usr/bin/install-catalog -r $centralized /etc/sgml/catalog &&   
 
 cp $SOURCE_CACHE/$SOURCE3 /usr/share/sgml/$MODULE-$VERSION/contrib/catalog




More information about the Lunar-commits mailing list