Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master games grimoire by Eric Sandall (a02804f237cd1c9a8b3546cf1fa2581935729997)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Eric Sandall <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master games grimoire by Eric Sandall (a02804f237cd1c9a8b3546cf1fa2581935729997)
  • Date: Sun, 28 Jun 2009 22:26:50 -0500

GIT changes to master games grimoire by Eric Sandall
<sandalle AT sourcemage.org>:

games-arcade-2d/tong/HISTORY | 3 +++
games-arcade-2d/tong/INSTALL | 5 ++---
2 files changed, 5 insertions(+), 3 deletions(-)

New commits:
commit a02804f237cd1c9a8b3546cf1fa2581935729997
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

tong: Somehow Bug #10642 is back, though it was fixed three years ago

diff --git a/games-arcade-2d/tong/HISTORY b/games-arcade-2d/tong/HISTORY
index 32f12ce..cb6d6ca 100644
--- a/games-arcade-2d/tong/HISTORY
+++ b/games-arcade-2d/tong/HISTORY
@@ -1,3 +1,6 @@
+2009-06-22 Eric Sandall <sandalle AT sourcemage.org>
+ * INSTALL: Somehow Bug #10642 is back, though it was fixed three
years ago
+
2006-09-21 Andraž "ruskie" Levstik <ruskie AT mages.ath.cx>
* DETAILS: [automated] Removed BUILD_API=2.

diff --git a/games-arcade-2d/tong/INSTALL b/games-arcade-2d/tong/INSTALL
index f44e9bc..41cec4f 100755
--- a/games-arcade-2d/tong/INSTALL
+++ b/games-arcade-2d/tong/INSTALL
@@ -1,8 +1,7 @@
TONG_DIR=/usr/share/games/$SPELL &&
install -d -m 755 -o root -g games $TONG_DIR &&
-chown -R games:root * &&
+chown -R root:games * &&
cp -r media $TONG_DIR &&
cp tong $TONG_DIR &&
install -m 755 -o root -g games \
- $SCRIPT_DIRECTORY/tong /usr/games &&
-chmod u+s /usr/games/tong
+ $SCRIPT_DIRECTORY/tong /usr/games




Archive powered by MHonArc 2.6.24.

Top of Page