Skip to Content.
Sympa Menu

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

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 (e790720984a18e6a041c42de9915df9f9dcba2c0)
  • Date: Fri, 16 Jan 2009 09:19:28 -0600

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

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

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

findutils: Fixed issue with removing info files

diff --git a/utils/findutils/HISTORY b/utils/findutils/HISTORY
index 8672d21..bdf83f5 100644
--- a/utils/findutils/HISTORY
+++ b/utils/findutils/HISTORY
@@ -1,3 +1,8 @@
+2009-01-16 George Sherwood <gsherwood AT sourcemage.org>
+ * PRE_REMOVE: Added to remove info files
+ * POST_REMOVE: Deleted.
+ * REPAIR^all^POST_REMOVE: Added to fix tabet entry
+
2008-03-15 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 4.4.0

diff --git a/utils/findutils/POST_REMOVE b/utils/findutils/POST_REMOVE
deleted file mode 100755
index 2100dd8..0000000
--- a/utils/findutils/POST_REMOVE
+++ /dev/null
@@ -1 +0,0 @@
-install-info --delete find --info-dir ${INSTALL_ROOT}/usr/share/info
diff --git a/utils/findutils/PRE_REMOVE b/utils/findutils/PRE_REMOVE
new file mode 100755
index 0000000..1f504ce
--- /dev/null
+++ b/utils/findutils/PRE_REMOVE
@@ -0,0 +1,2 @@
+install-info --delete ${INSTALL_ROOT}/usr/share/info/find.info --info-dir
${INSTALL_ROOT}/usr/share/info
+install-info --delete ${INSTALL_ROOT}/usr/share/info/find-maint.info
--info-dir ${INSTALL_ROOT}/usr/share/info
diff --git a/utils/findutils/REPAIR^all^POST_REMOVE
b/utils/findutils/REPAIR^all^POST_REMOVE
new file mode 100755
index 0000000..acca544
--- /dev/null
+++ b/utils/findutils/REPAIR^all^POST_REMOVE
@@ -0,0 +1,3 @@
+install-info --delete find --info-dir ${INSTALL_ROOT}/usr/share/info
+true
+



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

Archive powered by MHonArc 2.6.24.

Top of Page