Skip to Content.
Sympa Menu

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

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 (450e65cea7adcb1963e3c5c6c8bb878bdce69c0d)
  • Date: Mon, 12 Mar 2007 16:45:33 -0500

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

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

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

FUNCTIONS: forgot a then

diff --git a/ChangeLog b/ChangeLog
index 2bada4e..9324325 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,6 @@
2007-03-12 Andraž "ruskie" Levstik <ruskie AT mages.ath.cx>
* FUNCTIONS: added removal of empty gather docs dirs, minor fix for
- STAGED_INSTALL
+ STAGED_INSTALL, argh... not my day...

2007-03-05 Andraž "ruskie" Levstik <ruskie AT mages.ath.cx>
* games-strategy-rts/bos: deprecated in favour of boswars
diff --git a/FUNCTIONS b/FUNCTIONS
index 661bdf9..b0fdc07 100755
--- a/FUNCTIONS
+++ b/FUNCTIONS
@@ -158,7 +158,7 @@ fi

function default_post_install() {
games_make_proper_binary &&
- if [[ $STAGED_INSTALL != off ]]
+ if [[ $STAGED_INSTALL != off ]]; 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/doc/${SPELL}
else



  • [SM-Commit] GIT changes to master games grimoire by Andraž Levstik (450e65cea7adcb1963e3c5c6c8bb878bdce69c0d), Andraž Levstik, 03/12/2007

Archive powered by MHonArc 2.6.24.

Top of Page