Skip to Content.
Sympa Menu

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

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 (48dbfbe7a2e42611a4b4dc6ddf553838e0fd99f2)
  • Date: Thu, 15 Jan 2009 15:17:39 -0600

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

archive/tar/HISTORY | 4 ++++
archive/tar/PRE_REMOVE | 1 +
2 files changed, 5 insertions(+)

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

tar: Add proper fix for info files to be removed from
the directory.

diff --git a/archive/tar/HISTORY b/archive/tar/HISTORY
index 96e2a05..04dba15 100644
--- a/archive/tar/HISTORY
+++ b/archive/tar/HISTORY
@@ -1,3 +1,7 @@
+2009-01-15 George Sherwood <gsherwood AT sourcemage.org>
+ * PRE_REMOVE: Added to properly removed the info files from the
+ directory.
+
2008-12-30 Vlad Glagolev <stealth AT sourcemage.org>
* REPAIR^all^POST_REMOVE: added forgotten line

diff --git a/archive/tar/PRE_REMOVE b/archive/tar/PRE_REMOVE
new file mode 100755
index 0000000..5ae5449
--- /dev/null
+++ b/archive/tar/PRE_REMOVE
@@ -0,0 +1 @@
+install-info --delete $INSTALL_ROOT/usr/share/info/tar.info --info-dir
$INSTALL_ROOT/usr/share/info



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

Archive powered by MHonArc 2.6.24.

Top of Page