[Lunar-commits] CVS: moonbase/doc-tools/openjade POST_INSTALL, 1.9,
1.10
Nick Hudson
nhudson at lunar-linux.org
Tue Apr 13 15:47:11 GMT 2004
Update of /var/cvs/lunar/moonbase/doc-tools/openjade
In directory dbguin.lunar-linux.org:/tmp/cvs-serv28689
Modified Files:
POST_INSTALL
Log Message:
Checking in some changes to the POST_INSTALL as tchan had a problem due to left over old openjade installs in his /etc/sgml/catalog file. From now on we will have to just remove these if they are present when we upgrade
Index: POST_INSTALL
===================================================================
RCS file: /var/cvs/lunar/moonbase/doc-tools/openjade/POST_INSTALL,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- POST_INSTALL 20 Oct 2003 03:13:09 -0000 1.9
+++ POST_INSTALL 13 Apr 2004 15:47:09 -0000 1.10
@@ -14,4 +14,8 @@
/usr/bin/install-catalog --add $centralized $CATALOGDIR/unicode/catalog &&
/usr/bin/install-catalog -r $centralized /etc/sgml/catalog &&
+if ! grep -q "/usr/share/sgml/openjade-1.3" $centralized; then
+ /usr/bin/install-catalog -r $centralized /usr/share/sgml/openjade-1.3
+fi
+
cp $SOURCE_CACHE/$SOURCE3 /usr/share/sgml/$MODULE-$VERSION/contrib/catalog
More information about the Lunar-commits
mailing list