Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by George Sherwood (248532e66088ff95cf33df410a3f63c0f527ea69)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: George Sherwood <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by George Sherwood (248532e66088ff95cf33df410a3f63c0f527ea69)
  • Date: Sat, 17 Jan 2009 12:57:48 -0600

GIT changes to master grimoire by George Sherwood <gsherwood AT sourcemage.org>:

editors/ed/HISTORY | 6 ++++++
editors/ed/POST_REMOVE | 2 --
editors/ed/PRE_REMOVE | 1 +
editors/ed/REPAIR^3bc59a7b83b7640a9bf66b560865b43b^POST_REMOVE | 2 ++
editors/ed/REPAIR^all^POST_REMOVE | 2 --
5 files changed, 9 insertions(+), 4 deletions(-)

New commits:
commit 248532e66088ff95cf33df410a3f63c0f527ea69
Author: George Sherwood <gsherwood AT sourcemage.org>
Commit: George Sherwood <gsherwood AT sourcemage.org>

ed: Add fixed to properly remove info directory
entries

diff --git a/editors/ed/HISTORY b/editors/ed/HISTORY
index 408855d..1e51089 100644
--- a/editors/ed/HISTORY
+++ b/editors/ed/HISTORY
@@ -1,3 +1,9 @@
+2009-01-17 George Sherwood <gsherwood AT sourcemage.org>
+ * POST_REMOVE: Deleted
+ * PRE_REMOVE: Added to properly delete info file from dir
+ * REPAIR^3bc59a7b83b7640a9bf66b560865b43b^POST_REMOVE: Added
+ * REPAIR^all^POST_REMOVE: Deleted. Keeps adding un-needed POST_REMOVE
+
2008-10-15 Ladislav Hagara <hgr AT vabo.cz>
* DETAILS: 1.1

diff --git a/editors/ed/POST_REMOVE b/editors/ed/POST_REMOVE
deleted file mode 100755
index 712ff23..0000000
--- a/editors/ed/POST_REMOVE
+++ /dev/null
@@ -1,2 +0,0 @@
-install-info --delete ed --info-dir ${INSTALL_ROOT}/usr/share/info
-true
diff --git a/editors/ed/PRE_REMOVE b/editors/ed/PRE_REMOVE
new file mode 100755
index 0000000..68c5407
--- /dev/null
+++ b/editors/ed/PRE_REMOVE
@@ -0,0 +1 @@
+install-info --delete ${INSTALL_ROOT}/usr/share/info/ed.info --info-dir
${INSTALL_ROOT}/usr/share/info
diff --git a/editors/ed/REPAIR^3bc59a7b83b7640a9bf66b560865b43b^POST_REMOVE
b/editors/ed/REPAIR^3bc59a7b83b7640a9bf66b560865b43b^POST_REMOVE
new file mode 100755
index 0000000..712ff23
--- /dev/null
+++ b/editors/ed/REPAIR^3bc59a7b83b7640a9bf66b560865b43b^POST_REMOVE
@@ -0,0 +1,2 @@
+install-info --delete ed --info-dir ${INSTALL_ROOT}/usr/share/info
+true
diff --git a/editors/ed/REPAIR^all^POST_REMOVE
b/editors/ed/REPAIR^all^POST_REMOVE
deleted file mode 100755
index 712ff23..0000000
--- a/editors/ed/REPAIR^all^POST_REMOVE
+++ /dev/null
@@ -1,2 +0,0 @@
-install-info --delete ed --info-dir ${INSTALL_ROOT}/usr/share/info
-true



  • [SM-Commit] GIT changes to master grimoire by George Sherwood (248532e66088ff95cf33df410a3f63c0f527ea69), George Sherwood, 01/17/2009

Archive powered by MHonArc 2.6.24.

Top of Page