Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master games grimoire by David Brown (2824041b6d136ec5648dc5f1dd37c67b5751229e)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: David Brown <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master games grimoire by David Brown (2824041b6d136ec5648dc5f1dd37c67b5751229e)
  • Date: Fri, 17 Nov 2006 00:37:51 -0600

GIT changes to master games grimoire by David Brown <dmlb2000 AT gmail.com>:

ChangeLog | 4 ++++
FUNCTIONS | 6 ------
2 files changed, 4 insertions(+), 6 deletions(-)

New commits:
commit 2824041b6d136ec5648dc5f1dd37c67b5751229e
Author: David Brown <dmlb2000 AT gmail.com>
Commit: David Brown <dmlb2000 AT gmail.com>

FUNCTIONS: games_make_proper_binary removed stage root sorcery hack we
will have to think of something different todo here

diff --git a/ChangeLog b/ChangeLog
index 82c683e..ae01cc3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2006-11-16 David Brown <dmlb2000 AT gmail.com>
+ * FUNCTIONS: games_make_proper_binary removed hack to check for stage
+ root because it won't work shortly...
+
2006-11-04 Andra?? "ruskie" Levstik <ruskie AT mages.ath.cx>
* libcompat: added from test

diff --git a/FUNCTIONS b/FUNCTIONS
index e3206db..a994142 100755
--- a/FUNCTIONS
+++ b/FUNCTIONS
@@ -136,12 +136,6 @@ if ( grep -q "usr/games/" $IW_LOG )
then
grimoire_parse_iw $IW_LOG | grimoire_exists | sort | grep "usr/games/" |
xargs -n 1 chmod -f 0750
grimoire_parse_iw $IW_LOG | grimoire_exists | sort | grep "usr/games/" |
xargs -n 1 chown -f root.games
-elif declare -f prepare_stage_root &> /dev/null && [[ $STAGED_INSTALL != off
]]
-then
- cd TRANSL
- find | grep "usr/games" | xargs -n 1 chmod -f 0750
- find | grep "usr/games" | xargs -n 1 chown -f root.games
- cd ../
else
message "${QUERY_COLOR}If you see this message and you're not \n \
installing a data spell then report this at the following url: \n \



  • [SM-Commit] GIT changes to master games grimoire by David Brown (2824041b6d136ec5648dc5f1dd37c67b5751229e), David Brown, 11/17/2006

Archive powered by MHonArc 2.6.24.

Top of Page