Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Jaka Kranjc (c209d214d5ef337ed3b4d3b0a24b773275b570b6)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Jaka Kranjc <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Jaka Kranjc (c209d214d5ef337ed3b4d3b0a24b773275b570b6)
  • Date: Tue, 11 Jul 2006 06:03:52 -0500

GIT changes to master grimoire by Jaka Kranjc <lynxlynxlynx AT sourcemage.org>:

doc/openjade/HISTORY | 6 ++++++
doc/openjade/POST_REMOVE | 2 ++
doc/openjade/REPAIR^1.3.3-pre1^POST_REMOVE | 6 ++++++
3 files changed, 14 insertions(+)

New commits:
commit c209d214d5ef337ed3b4d3b0a24b773275b570b6
Author: Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
Commit: Jaka Kranjc <lynxlynxlynx AT sourcemage.org>

openjade: fix POST_REMOVE

diff --git a/doc/openjade/HISTORY b/doc/openjade/HISTORY
index 4384984..5096562 100644
--- a/doc/openjade/HISTORY
+++ b/doc/openjade/HISTORY
@@ -1,3 +1,9 @@
+2006-07-11 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
+ * POST_REMOVE: added true, to always succed. If sgml-common was
dispelled
+ first, it can never succed. This could (only?) be
properly
+ fixed by dispel depends *gulp*
+ * REPAIR^1.3.3-pre1^POST_REMOVE: added to propagate this fix
+
2006-03-12 Karsten Behrmann <BearPerson AT sourcemage.org>
* DETAILS: (automated) Add KEYWORDS

diff --git a/doc/openjade/POST_REMOVE b/doc/openjade/POST_REMOVE
index e650b38..5f06006 100755
--- a/doc/openjade/POST_REMOVE
+++ b/doc/openjade/POST_REMOVE
@@ -2,3 +2,5 @@ install-catalog --remove $INSTALL_ROOT/
$INSTALL_ROOT/usr/share/sgml/OpenJade/catalog &&
install-catalog --remove $INSTALL_ROOT/etc/sgml/sgml-docbook.cat \
$INSTALL_ROOT/ect/smgl/openjade.cat
+# ^this doesn't work if install-catalog doesn't exsist - sgml-common was
dispelled before us
+true
diff --git a/doc/openjade/REPAIR^1.3.3-pre1^POST_REMOVE
b/doc/openjade/REPAIR^1.3.3-pre1^POST_REMOVE
new file mode 100755
index 0000000..5f06006
--- /dev/null
+++ b/doc/openjade/REPAIR^1.3.3-pre1^POST_REMOVE
@@ -0,0 +1,6 @@
+install-catalog --remove $INSTALL_ROOT/etc/sgml/openjade.cat \
+ $INSTALL_ROOT/usr/share/sgml/OpenJade/catalog &&
+install-catalog --remove $INSTALL_ROOT/etc/sgml/sgml-docbook.cat \
+ $INSTALL_ROOT/ect/smgl/openjade.cat
+# ^this doesn't work if install-catalog doesn't exsist - sgml-common was
dispelled before us
+true



  • [SM-Commit] GIT changes to master grimoire by Jaka Kranjc (c209d214d5ef337ed3b4d3b0a24b773275b570b6), Jaka Kranjc, 07/11/2006

Archive powered by MHonArc 2.6.24.

Top of Page