Skip to Content.
Sympa Menu

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

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 (2c3ba3098688a5ba9342f269f971eeb1845bce01)
  • Date: Thu, 15 Jan 2009 15:52:27 -0600

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

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

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

cpio: Fixed info file deletion problem in POST_REMOVE.

diff --git a/archive/cpio/HISTORY b/archive/cpio/HISTORY
index f956f1d..a27e0b9 100644
--- a/archive/cpio/HISTORY
+++ b/archive/cpio/HISTORY
@@ -1,3 +1,8 @@
+2009-01-15 George Sherwood <gsherwood AT sourcemage.org>
+ * PRE_REMOVE: Added to remove info files properly
+ * POST_REMOVE: Removed.
+ * REPAIR^all^POST_REMOVE: Repair table version not to fail.
+
2008-03-20 Eric Sandall <sandalle AT sourcemage.org>
* PRE_BUILD: Apply gcc43.patch
* gcc43: Patch to fix compilation with gcc 4.3.0 from
diff --git a/archive/cpio/POST_REMOVE b/archive/cpio/POST_REMOVE
deleted file mode 100755
index 43d2a86..0000000
--- a/archive/cpio/POST_REMOVE
+++ /dev/null
@@ -1 +0,0 @@
-install-info --delete cpio --info-dir ${INSTALL_ROOT}/usr/share/info
diff --git a/archive/cpio/PRE_REMOVE b/archive/cpio/PRE_REMOVE
new file mode 100755
index 0000000..c443106
--- /dev/null
+++ b/archive/cpio/PRE_REMOVE
@@ -0,0 +1 @@
+install-info --delete ${INSTALL_ROOT}/usr/share/info/cpio.info --info-dir
${INSTALL_ROOT}/usr/share/info
diff --git a/archive/cpio/REPAIR^all^POST_REMOVE
b/archive/cpio/REPAIR^all^POST_REMOVE
new file mode 100755
index 0000000..25b508b
--- /dev/null
+++ b/archive/cpio/REPAIR^all^POST_REMOVE
@@ -0,0 +1,3 @@
+install-info --delete cpio --info-dir ${INSTALL_ROOT}/usr/share/info
+true
+



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

Archive powered by MHonArc 2.6.24.

Top of Page