Skip to Content.
Sympa Menu

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

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 (a67967ad205660295c534570783311b73c0d5d72)
  • Date: Thu, 15 Jan 2009 22:27:03 -0600

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

utils/grep/HISTORY | 5 +++++
utils/grep/POST_REMOVE | 2 --
utils/grep/PRE_REMOVE | 2 ++
utils/grep/REPAIR^all^POST_REMOVE | 1 +
4 files changed, 8 insertions(+), 2 deletions(-)

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

grep: Fixed problem with removal of info files.

diff --git a/utils/grep/HISTORY b/utils/grep/HISTORY
index c575baa..6fd06fa 100644
--- a/utils/grep/HISTORY
+++ b/utils/grep/HISTORY
@@ -1,3 +1,8 @@
+2009-01-15 George Sherwood <gsherwood AT sourcemage.org>
+ * REPAIR^all^POST_REMOVE: Apply fix for devel sorcery
+ * PRE_REMOVE: Added to delete info files
+ * POST_REMOVE: Moved to PRE_REMOVE
+
2008-01-28 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
* BUILD, INSTALL: added missing parameter to the is_depends_enabled
call

diff --git a/utils/grep/POST_REMOVE b/utils/grep/POST_REMOVE
deleted file mode 100755
index 2ab5fc5..0000000
--- a/utils/grep/POST_REMOVE
+++ /dev/null
@@ -1,2 +0,0 @@
-install-info --remove --info-dir="${INSTALL_ROOT}/usr/share/info"\
- ${INSTALL_ROOT}/usr/share/info/grep.info
diff --git a/utils/grep/PRE_REMOVE b/utils/grep/PRE_REMOVE
new file mode 100755
index 0000000..2ab5fc5
--- /dev/null
+++ b/utils/grep/PRE_REMOVE
@@ -0,0 +1,2 @@
+install-info --remove --info-dir="${INSTALL_ROOT}/usr/share/info"\
+ ${INSTALL_ROOT}/usr/share/info/grep.info
diff --git a/utils/grep/REPAIR^all^POST_REMOVE
b/utils/grep/REPAIR^all^POST_REMOVE
index 2ab5fc5..83750d7 100755
--- a/utils/grep/REPAIR^all^POST_REMOVE
+++ b/utils/grep/REPAIR^all^POST_REMOVE
@@ -1,2 +1,3 @@
install-info --remove --info-dir="${INSTALL_ROOT}/usr/share/info"\
${INSTALL_ROOT}/usr/share/info/grep.info
+true



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

Archive powered by MHonArc 2.6.24.

Top of Page