[Lunar-commits] <moonbase> docbook-sgml: fix for docbook-utils
Zbigniew Luszpinski
zbiggy at lunar-linux.org
Sun Aug 15 01:18:47 CEST 2010
commit 274c2f4787c8f4d6d31457fe8ccae3236e2e9986
Author: Zbigniew Luszpinski <zbiggy at lunar-linux.org>
Date: Sun Aug 15 01:18:47 2010 +0200
docbook-sgml: fix for docbook-utils
---
doc-tools/docbook-sgml/POST_INSTALL | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/doc-tools/docbook-sgml/POST_INSTALL b/doc-tools/docbook-sgml/POST_INSTALL
index 89a6314..80992df 100644
--- a/doc-tools/docbook-sgml/POST_INSTALL
+++ b/doc-tools/docbook-sgml/POST_INSTALL
@@ -9,3 +9,5 @@ for DOCBOOK_INSTALL_DIR in `ls -d /usr/share/sgml/docbook/sgml/*`
do
install-catalog --add $CENTRALIZED $DOCBOOK_INSTALL_DIR/catalog
done
+# Do not loopback (breaks docbook-utils build)
+install-catalog -r $CENTRALIZED /etc/sgml/catalog
More information about the Lunar-commits
mailing list