Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master games grimoire by Andraž Levstik (4ad5eed37db9c62ebbc912d321f08f106c9bef0a)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Andraž Levstik <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master games grimoire by Andraž Levstik (4ad5eed37db9c62ebbc912d321f08f106c9bef0a)
  • Date: Fri, 16 Mar 2007 16:44:03 -0500

GIT changes to master games grimoire by Andraž Levstik <ruskie AT mages.ath.cx>:

ChangeLog | 3 +++
FUNCTIONS | 2 +-
games-arcade-2d/xbomber/HISTORY | 3 +++
games-arcade-2d/xbomber/INSTALL | 1 -
4 files changed, 7 insertions(+), 2 deletions(-)

New commits:
commit 4ad5eed37db9c62ebbc912d321f08f106c9bef0a
Author: Andraž Levstik <ruskie AT mages.ath.cx>
Commit: Andraž Levstik <ruskie AT mages.ath.cx>

FUNCTIONS: swap off for on in a check

commit e9a2987744dc847ad3b608d9b1849204c1256351
Author: Andraž Levstik <ruskie AT mages.ath.cx>
Commit: Andraž Levstik <ruskie AT mages.ath.cx>

xbomber: remove unnecessary line bug #13626

diff --git a/ChangeLog b/ChangeLog
index 5af6033..d3cfbab 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2007-03-16 Andraž "ruskie" Levstik <ruskie AT mages.ath.cx>
+ * FUNCTIONS: use on instead of off for checking about stage
+
2007-03-14 Pol Vinogradov <vin.public AT gmail.com>
* games-rpg-sp/spectalum: new spell, an engine remake of Eye of
Beholder 2 - The Legend of Darkmoon
diff --git a/FUNCTIONS b/FUNCTIONS
index 08abec3..e4006ef 100755
--- a/FUNCTIONS
+++ b/FUNCTIONS
@@ -158,7 +158,7 @@ fi

function default_post_install() {
games_make_proper_binary &&
- if [[ $STAGED_INSTALL != off ]]; then
+ if [[ $STAGED_INSTALL == on ]]; then
rmdir --ignore-fail-on-non-empty
${STAGE_DIRECTORY}/TRANSL/usr/share/games/${SPELL} &&
rmdir --ignore-fail-on-non-empty
${STAGE_DIRECTORY}/TRANSL/usr/share/games &&
rmdir --ignore-fail-on-non-empty
${STAGE_DIRECTORY}/TRANSL/usr/share/doc/${SPELL} &&
diff --git a/games-arcade-2d/xbomber/HISTORY b/games-arcade-2d/xbomber/HISTORY
index d05d68d..82ba91f 100644
--- a/games-arcade-2d/xbomber/HISTORY
+++ b/games-arcade-2d/xbomber/HISTORY
@@ -1,3 +1,6 @@
+2007-03-16 Andraž "ruskie" Levstik <ruskie AT mages.ath.cx>
+ * INSTALL: remove unnecessary line, fix bug #13626
+
2006-09-21 Andraž "ruskie" Levstik <ruskie AT mages.ath.cx>
* DETAILS: [automated] Removed BUILD_API=2.

diff --git a/games-arcade-2d/xbomber/INSTALL b/games-arcade-2d/xbomber/INSTALL
index 330ebc1..57a471c 100755
--- a/games-arcade-2d/xbomber/INSTALL
+++ b/games-arcade-2d/xbomber/INSTALL
@@ -1,3 +1,2 @@
-mkdir ${INSTALL_ROOT}/usr/share/games/xbomber &&
cp -r bitmaps jungle levels pixmaps sounds xbomber
${INSTALL_ROOT}/usr/share/games/xbomber &&
cp $SCRIPT_DIRECTORY/xbomber ${INSTALL_ROOT}/usr/games/xbomber



  • [SM-Commit] GIT changes to master games grimoire by Andraž Levstik (4ad5eed37db9c62ebbc912d321f08f106c9bef0a), Andraž Levstik, 03/16/2007

Archive powered by MHonArc 2.6.24.

Top of Page