Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master games grimoire by Ismael Luceno (c2ecc070365ef05cd65219ea89e8ec20f267be8c)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ismael Luceno <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master games grimoire by Ismael Luceno (c2ecc070365ef05cd65219ea89e8ec20f267be8c)
  • Date: Mon, 28 Jun 2010 01:37:17 -0500

GIT changes to master games grimoire by Ismael Luceno <ismael AT sourcemage.org>:

games-data/fortune-firefly/BUILD | 1 +
games-data/fortune-firefly/HISTORY | 3 +++
games-data/fortune-it/BUILD | 3 ++-
games-data/fortune-it/HISTORY | 3 +++
4 files changed, 9 insertions(+), 1 deletion(-)

New commits:
commit c2ecc070365ef05cd65219ea89e8ec20f267be8c
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

fortune-{firefly,it}: Fix PATH to call strfile

diff --git a/games-data/fortune-firefly/BUILD
b/games-data/fortune-firefly/BUILD
index e00cc8c..d21d8ce 100755
--- a/games-data/fortune-firefly/BUILD
+++ b/games-data/fortune-firefly/BUILD
@@ -1 +1,2 @@
+PATH="/usr/games:$PATH"
strfile firefly firefly.dat
diff --git a/games-data/fortune-firefly/HISTORY
b/games-data/fortune-firefly/HISTORY
index 6186308..162b42d 100644
--- a/games-data/fortune-firefly/HISTORY
+++ b/games-data/fortune-firefly/HISTORY
@@ -1,3 +1,6 @@
+2010-06-28 Ismael Luceno <ismael AT sourcemage.org>
+ * BUILD: Fix PATH to call strfile
+
2006-09-21 Andraž "ruskie" Levstik <ruskie AT mages.ath.cx>
* DETAILS: [automated] Removed BUILD_API=2.

diff --git a/games-data/fortune-it/BUILD b/games-data/fortune-it/BUILD
index 2cee30f..1f578ea 100755
--- a/games-data/fortune-it/BUILD
+++ b/games-data/fortune-it/BUILD
@@ -1,3 +1,4 @@
+PATH="/usr/games:$PATH"
cd $SOURCE_DIRECTORY
strfile italia
-strfile zozzital
\ No newline at end of file
+strfile zozzital
diff --git a/games-data/fortune-it/HISTORY b/games-data/fortune-it/HISTORY
index def961e..65464c8 100644
--- a/games-data/fortune-it/HISTORY
+++ b/games-data/fortune-it/HISTORY
@@ -1,3 +1,6 @@
+2010-06-28 Ismael Luceno <ismael AT sourcemage.org>
+ * BUILD: Fix PATH to call strfile
+
2006-09-21 Andraž "ruskie" Levstik <ruskie AT mages.ath.cx>
* DETAILS: [automated] Removed BUILD_API=2.




  • [SM-Commit] GIT changes to master games grimoire by Ismael Luceno (c2ecc070365ef05cd65219ea89e8ec20f267be8c), Ismael Luceno, 06/28/2010

Archive powered by MHonArc 2.6.24.

Top of Page