Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master games grimoire by Dale E. Edmons (30cf31e08ca4a5c8e2ab0f6758b0267258ad56da)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: "Dale E. Edmons" <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master games grimoire by Dale E. Edmons (30cf31e08ca4a5c8e2ab0f6758b0267258ad56da)
  • Date: Mon, 3 Mar 2008 02:21:33 -0600

GIT changes to master games grimoire by Dale E. Edmons
<linuxfan AT sourcemage.org>:

games-strategy-rts/glob2/HISTORY | 3 +++
games-strategy-rts/glob2/INSTALL | 11 ++++++-----
2 files changed, 9 insertions(+), 5 deletions(-)

New commits:
commit 30cf31e08ca4a5c8e2ab0f6758b0267258ad56da
Author: Dale E. Edmons <linuxfan AT sourcemage.org>
Commit: Dale E. Edmons <linuxfan AT sourcemage.org>

glob2: Fixed non-standard INSTALL.

diff --git a/games-strategy-rts/glob2/HISTORY
b/games-strategy-rts/glob2/HISTORY
index cdf6ea1..5ef81fa 100644
--- a/games-strategy-rts/glob2/HISTORY
+++ b/games-strategy-rts/glob2/HISTORY
@@ -1,3 +1,6 @@
+2008-03-02 Dale E. Edmons <linuxfan AT sourcemage.org>
+ * INSTALL: cleaned up file and use find_and_scam.
+
2008-02-25 Dale E. Edmons <linuxfan AT sourcemage.org>
* BUILD: Pass LDFLAGS
* INSTALL: Kludge to work around bug #22412
diff --git a/games-strategy-rts/glob2/INSTALL
b/games-strategy-rts/glob2/INSTALL
index edb484b..e964263 100755
--- a/games-strategy-rts/glob2/INSTALL
+++ b/games-strategy-rts/glob2/INSTALL
@@ -2,14 +2,15 @@
# glob2 site bug #22408
install -d $INSTALL_ROOT/usr/share/games/$SPELL/data/zik &&

-# text files should not have +x permissions IMHO
-chmod -R -x $INSTALL_ROOT/usr/share/games/$SPELL/*/*.txt &&
-
scons install &&

# New version doesn't properly create ~/.glob2/data.
# glob2 site bug #22412
mv $INSTALL_ROOT/usr/games/$SPELL $INSTALL_ROOT/usr/games/$SPELL-bin &&
cp $SCRIPT_DIRECTORY/$SPELL.sh $INSTALL_ROOT/usr/games/$SPELL &&
-chmod 755 $INSTALL_ROOT/usr/games/$SPELL
-chgrp -R games $INSTALL_ROOT/usr/games/$SPELL
+chmod 750 $INSTALL_ROOT/usr/games/${SPELL}* &&
+chown root:games $INSTALL_ROOT/usr/games/${SPELL}* &&
+
+# Now, setup the modes correctly
+cd $INSTALL_ROOT/usr/share/games/$SPELL &&
+find_and_scam



  • [SM-Commit] GIT changes to master games grimoire by Dale E. Edmons (30cf31e08ca4a5c8e2ab0f6758b0267258ad56da), Dale E. Edmons, 03/03/2008

Archive powered by MHonArc 2.6.24.

Top of Page