Skip to Content.
Sympa Menu

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

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 (1a05dba261f5d336e9dc99944164adfb7e4b7858)
  • Date: Sat, 17 Jan 2009 12:11:42 -0600

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

editors/nano/HISTORY | 6
++++++
editors/nano/POST_REMOVE | 1 -
editors/nano/PRE_REMOVE | 1 +
editors/nano/REPAIR^d438f94ce7a03f958ecd1f81d176b0d2^POST_REMOVE | 3 +++
4 files changed, 10 insertions(+), 1 deletion(-)

New commits:
commit 1a05dba261f5d336e9dc99944164adfb7e4b7858
Author: George Sherwood <gsherwood AT sourcemage.org>
Commit: George Sherwood <gsherwood AT sourcemage.org>

nano: Added fixed to correctly remove info files
from the info directory.

diff --git a/editors/nano/HISTORY b/editors/nano/HISTORY
index 4db63cd..c19d002 100644
--- a/editors/nano/HISTORY
+++ b/editors/nano/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^d438f94ce7a03f958ecd1f81d176b0d2^POST_REMOVE: Added
+ to repair tablet failures on dispel.
+
2008-09-09 Pieter Lenaerts <e-type AT sourcemage.org>
* updated to 2.0.9

diff --git a/editors/nano/POST_REMOVE b/editors/nano/POST_REMOVE
deleted file mode 100755
index 1555b6c..0000000
--- a/editors/nano/POST_REMOVE
+++ /dev/null
@@ -1 +0,0 @@
-install-info --delete nano --info-dir ${INSTALL_ROOT}/usr/share/info
diff --git a/editors/nano/PRE_REMOVE b/editors/nano/PRE_REMOVE
new file mode 100755
index 0000000..2c5a3e0
--- /dev/null
+++ b/editors/nano/PRE_REMOVE
@@ -0,0 +1 @@
+install-info --delete ${INSTALL_ROOT}/usr/share/info/nano.info --info-dir
${INSTALL_ROOT}/usr/share/info
diff --git a/editors/nano/REPAIR^d438f94ce7a03f958ecd1f81d176b0d2^POST_REMOVE
b/editors/nano/REPAIR^d438f94ce7a03f958ecd1f81d176b0d2^POST_REMOVE
new file mode 100755
index 0000000..2a100d8
--- /dev/null
+++ b/editors/nano/REPAIR^d438f94ce7a03f958ecd1f81d176b0d2^POST_REMOVE
@@ -0,0 +1,3 @@
+install-info --delete nano --info-dir ${INSTALL_ROOT}/usr/share/info
+true
+



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

Archive powered by MHonArc 2.6.24.

Top of Page