Skip to Content.
Sympa Menu

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

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 (ed281e0cb7018ba8a71c7ba6fec400e71c84c399)
  • Date: Thu, 15 Jan 2009 22:18:04 -0600

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

utils/which/HISTORY | 5 +++++
utils/which/POST_REMOVE | 1 -
utils/which/PRE_REMOVE | 1 +
utils/which/REPAIR^all^POST_REMOVE | 3 +++
4 files changed, 9 insertions(+), 1 deletion(-)

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

which: Correctly remove info file from directory

diff --git a/utils/which/HISTORY b/utils/which/HISTORY
index 07c2188..e9c6f2f 100644
--- a/utils/which/HISTORY
+++ b/utils/which/HISTORY
@@ -1,3 +1,8 @@
+2009-01-15 George Sherwood <gsherwood AT sourcemage.org>
+ * REPAIR^all^POST_REMOVE: Added to fix tablet
+ * PRE_REMOVE: Added to remove info file
+ * POST_REMOVE: Removed.
+
2008-08-19 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: updated spell to 2.20, upstream key > hash, fixed desc

diff --git a/utils/which/POST_REMOVE b/utils/which/POST_REMOVE
deleted file mode 100755
index a894d96..0000000
--- a/utils/which/POST_REMOVE
+++ /dev/null
@@ -1 +0,0 @@
-install-info --delete which --info-dir "$INSTALL_ROOT/usr/share/info"
diff --git a/utils/which/PRE_REMOVE b/utils/which/PRE_REMOVE
new file mode 100755
index 0000000..76d5c51
--- /dev/null
+++ b/utils/which/PRE_REMOVE
@@ -0,0 +1 @@
+install-info --delete $INSTALL_ROOT/usr/share/info/which.info --info-dir
"$INSTALL_ROOT/usr/share/info"
diff --git a/utils/which/REPAIR^all^POST_REMOVE
b/utils/which/REPAIR^all^POST_REMOVE
new file mode 100755
index 0000000..a6b22e0
--- /dev/null
+++ b/utils/which/REPAIR^all^POST_REMOVE
@@ -0,0 +1,3 @@
+install-info --delete which --info-dir "$INSTALL_ROOT/usr/share/info"
+true
+



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

Archive powered by MHonArc 2.6.24.

Top of Page