Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Jaka Kranjc (ab1fe53d477deb6575b43db8cb8f6ab93bb98c2a)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Jaka Kranjc <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Jaka Kranjc (ab1fe53d477deb6575b43db8cb8f6ab93bb98c2a)
  • Date: Thu, 30 Dec 2010 05:12:01 -0600

GIT changes to master grimoire by Jaka Kranjc <lynxlynxlynx AT sourcemage.org>:

utils/checkinstall/HISTORY | 3 +++
utils/checkinstall/PRE_BUILD | 4 +++-
2 files changed, 6 insertions(+), 1 deletion(-)

New commits:
commit ab1fe53d477deb6575b43db8cb8f6ab93bb98c2a
Author: Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
Commit: Jaka Kranjc <lynxlynxlynx AT sourcemage.org>

checkinstall: use the old installwatch log variable #13873
we currently don't build installwatch from here, but the same sed can be
applied to fix it

diff --git a/utils/checkinstall/HISTORY b/utils/checkinstall/HISTORY
index 0f29c11..2d270d9 100644
--- a/utils/checkinstall/HISTORY
+++ b/utils/checkinstall/HISTORY
@@ -1,3 +1,6 @@
+2010-12-30 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
+ * PRE_BUILD: use the old installwatch log variable #13873
+
2008-08-14 George Sherwood <gsherwood AT sourcemage.org>
* DETAILS: Updated to version 1.6.1
* BUILD: added make
diff --git a/utils/checkinstall/PRE_BUILD b/utils/checkinstall/PRE_BUILD
index 198a125..d1d11be 100755
--- a/utils/checkinstall/PRE_BUILD
+++ b/utils/checkinstall/PRE_BUILD
@@ -1,4 +1,6 @@
default_pre_build &&
cd ${SOURCE_DIRECTORY} &&
sedit "s:PREFIX=/usr/local:PREFIX=$INSTALL_ROOT/usr:g" Makefile &&
-sedit "26 d" Makefile
+sedit "26 d" Makefile &&
+# if installwatch is ever reenabled here (in combo with old sorcery) #13873
+sed -i "s,INSTW_LOGFILE,INSTALLWATCHFILE,g" installwatch-*/installwatch*



  • [SM-Commit] GIT changes to master grimoire by Jaka Kranjc (ab1fe53d477deb6575b43db8cb8f6ab93bb98c2a), Jaka Kranjc, 12/30/2010

Archive powered by MHonArc 2.6.24.

Top of Page