Skip to Content.
Sympa Menu

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

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 (2917c3e2d17b2f1db9226f8ec3fdf0a69a2b7fb0)
  • Date: Sun, 2 Jul 2006 12:22:00 -0500

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

ChangeLog | 3 +++
FUNCTIONS | 6 ++++++
2 files changed, 9 insertions(+)

New commits:
commit 2917c3e2d17b2f1db9226f8ec3fdf0a69a2b7fb0
Author: David Brown <dmlb2000 AT gmail.com>
Commit: David Brown <dmlb2000 AT gmail.com>

functions default_post_install fix to chown and chmod to work with stage
root sorcery

diff --git a/ChangeLog b/ChangeLog
index 4883855..39d5e01 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2006-07-02 David Brown <dmlb2000 AT gmail.com>
+ * FUNCTIONS: fixed default_post_install to handle stage root sorcery
+
2006-06-30 Pol Vinogradov <vin.public AT gmail.com>
* games-arcade-2d/openmortal: new game, Open Mortal is a parody of
the once popular
coin-up fighting game, Mortal Kombat
diff --git a/FUNCTIONS b/FUNCTIONS
index a994142..e3206db 100755
--- a/FUNCTIONS
+++ b/FUNCTIONS
@@ -136,6 +136,12 @@ 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 (2917c3e2d17b2f1db9226f8ec3fdf0a69a2b7fb0), David Brown, 07/02/2006

Archive powered by MHonArc 2.6.24.

Top of Page