Skip to Content.
Sympa Menu

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

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 (3f44018b4a00454cccf871679c6e2df6ee47e9f4)
  • Date: Thu, 15 Jan 2009 15:00:56 -0600

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

editors/gawk/HISTORY | 4 ++++
editors/gawk/POST_REMOVE | 3 ---
editors/gawk/PRE_REMOVE | 2 ++
3 files changed, 6 insertions(+), 3 deletions(-)

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

gawk: properly fix gawk to remove info files.

diff --git a/editors/gawk/HISTORY b/editors/gawk/HISTORY
index ffe3328..0ef2a95 100644
--- a/editors/gawk/HISTORY
+++ b/editors/gawk/HISTORY
@@ -1,3 +1,7 @@
+2009-01-15 George Sherwood <gsherwood AT sourcemage.org>
+ * PRE_REMOVE: Added file to actually remove the info files.
+ * POST_REMOVE: Removed. Not place to delete info files.
+
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
diff --git a/editors/gawk/POST_REMOVE b/editors/gawk/POST_REMOVE
deleted file mode 100755
index f76ece4..0000000
--- a/editors/gawk/POST_REMOVE
+++ /dev/null
@@ -1,3 +0,0 @@
-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/PRE_REMOVE b/editors/gawk/PRE_REMOVE
new file mode 100755
index 0000000..1b403c5
--- /dev/null
+++ b/editors/gawk/PRE_REMOVE
@@ -0,0 +1,2 @@
+install-info --delete ${INSTALL_ROOT}/usr/share/info/gawk.info
--info-dir ${INSTALL_ROOT}/usr/share/info
+install-info --delete ${INSTALL_ROOT}/usr/share/info/gawkinet.info
--info-dir ${INSTALL_ROOT}/usr/share/info



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

Archive powered by MHonArc 2.6.24.

Top of Page