Skip to Content.
Sympa Menu

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

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 (6e1d5cfd393809eddd2cb00c16eeaa1193a85a60)
  • Date: Wed, 14 Jan 2009 19:14:09 -0600

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

editors/gawk/HISTORY | 4 ++++
editors/gawk/POST_REMOVE | 1 +
editors/gawk/REPAIR^all^POST_REMOVE | 3 +++
3 files changed, 8 insertions(+)

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

gawk: Added temporary fix for install-info failing.
If gawk fails it takes down the system like tar did.
We need to find a solution to install-info failing
so these can be really fixed.

diff --git a/editors/gawk/HISTORY b/editors/gawk/HISTORY
index b6368cb..ffe3328 100644
--- a/editors/gawk/HISTORY
+++ b/editors/gawk/HISTORY
@@ -1,3 +1,7 @@
+2009-01-14 George Sherwood <gsherwood AT sourcemage.org>
+ * POST_REMOVE: Added true due to failures of install-info
+ * REPAIR^all^POST_REMOVED: Added fix to tablet
+
2008-12-06 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
* PRE_BUILD, autoconf.patch: fixed mktime/autoconf slowness #14635

diff --git a/editors/gawk/POST_REMOVE b/editors/gawk/POST_REMOVE
index 0909b82..f76ece4 100755
--- a/editors/gawk/POST_REMOVE
+++ b/editors/gawk/POST_REMOVE
@@ -1,2 +1,3 @@
install-info --delete gawk --info-dir ${INSTALL_ROOT}/usr/share/info
install-info --delete gawkinet --info-dir ${INSTALL_ROOT}/usr/share/info
+true
diff --git a/editors/gawk/REPAIR^all^POST_REMOVE
b/editors/gawk/REPAIR^all^POST_REMOVE
new file mode 100755
index 0000000..f76ece4
--- /dev/null
+++ b/editors/gawk/REPAIR^all^POST_REMOVE
@@ -0,0 +1,3 @@
+install-info --delete gawk --info-dir ${INSTALL_ROOT}/usr/share/info
+install-info --delete gawkinet --info-dir ${INSTALL_ROOT}/usr/share/info
+true



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

Archive powered by MHonArc 2.6.24.

Top of Page