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.