Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (2702a6b39a8109cb53cfd529d5a2f72629e77e40)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (2702a6b39a8109cb53cfd529d5a2f72629e77e40)
  • Date: Sun, 27 Feb 2011 04:51:01 -0600

GIT changes to master grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

libs/ncurses/FINAL | 3 +++
libs/ncurses/HISTORY | 3 +++
libs/ncurses/INSTALL | 4 ++--
3 files changed, 8 insertions(+), 2 deletions(-)

New commits:
commit 2702a6b39a8109cb53cfd529d5a2f72629e77e40
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

ncurses: fixed installation with recent installwatch

diff --git a/libs/ncurses/FINAL b/libs/ncurses/FINAL
new file mode 100755
index 0000000..e6225bf
--- /dev/null
+++ b/libs/ncurses/FINAL
@@ -0,0 +1,3 @@
+message "removing stale files..." &&
+
+rm -rf "$TMPSTAGING"
diff --git a/libs/ncurses/HISTORY b/libs/ncurses/HISTORY
index fcdd218..5cecfb9 100644
--- a/libs/ncurses/HISTORY
+++ b/libs/ncurses/HISTORY
@@ -1,5 +1,8 @@
2011-02-27 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: updated spell to 5.8
+ * INSTALL: make TMPSTAGING global
+ * FINAL: added, to fix installation with recent installwatch -- remove
+ staging files here

2010-10-06 Eric Sandall <sandalle AT sourcemage.org>
* DETAILS: PATCHLEVEL++ (Bug #15785)
diff --git a/libs/ncurses/INSTALL b/libs/ncurses/INSTALL
index db90f0d..d77e07f 100755
--- a/libs/ncurses/INSTALL
+++ b/libs/ncurses/INSTALL
@@ -12,6 +12,7 @@ function fixlinks() { # $1 = install root
make_normal &&

# setup staging
+persistent_add TMPSTAGING &&
local TMPSTAGING=/tmp/sorcery/ncurses.$$ &&
mkdir -p $TMPSTAGING/lib &&
MVERSION=${VERSION/.*/} &&
@@ -100,5 +101,4 @@ else
done

fi &&
-ldconfig &&
-rm -rf "/tmp/sorcery/ncurses.$$" # hardcode for safety
+ldconfig



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (2702a6b39a8109cb53cfd529d5a2f72629e77e40), Vlad Glagolev, 02/27/2011

Archive powered by MHonArc 2.6.24.

Top of Page