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

George Sherwood scm at sourcemage.org
Wed Jan 14 20:14:09 EST 2009


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



More information about the SM-Commit mailing list