Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master games grimoire by Dale E. Edmons (9b2d4faa354fa68a70e2c11f6356438dd9824c3d)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: "Dale E. Edmons" <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master games grimoire by Dale E. Edmons (9b2d4faa354fa68a70e2c11f6356438dd9824c3d)
  • Date: Tue, 12 Feb 2008 06:48:03 -0600

GIT changes to master games grimoire by Dale E. Edmons
<linuxfan AT sourcemage.org>:

games-arcade-2d/starfighter/DETAILS | 3 ++-
games-arcade-2d/starfighter/HISTORY | 5 +++++
games-arcade-2d/starfighter/INSTALL | 4 +++-
3 files changed, 10 insertions(+), 2 deletions(-)

New commits:
commit 9b2d4faa354fa68a70e2c11f6356438dd9824c3d
Author: Dale E. Edmons <linuxfan AT sourcemage.org>
Commit: Dale E. Edmons <linuxfan AT sourcemage.org>

Spell broken without `make install`. Also, data dirs must
be created with install -d.

diff --git a/games-arcade-2d/starfighter/DETAILS
b/games-arcade-2d/starfighter/DETAILS
index 5f28bc6..fcd1068 100755
--- a/games-arcade-2d/starfighter/DETAILS
+++ b/games-arcade-2d/starfighter/DETAILS
@@ -21,7 +21,8 @@ The people cried out for a saviour, for someone to light
this
dark hour... and someone did.

* 26 missions over 4 star systems
- * Primary and Secondary Weapons (including a laser cannon and a charge
weapon)
+ * Primary and Secondary Weapons (including a laser cannon and a
+ charge weapon)
* A weapon powerup system
* Wingmates
* Missions with Primary and Secondary Objectives
diff --git a/games-arcade-2d/starfighter/HISTORY
b/games-arcade-2d/starfighter/HISTORY
index c72bca4..bac10f2 100644
--- a/games-arcade-2d/starfighter/HISTORY
+++ b/games-arcade-2d/starfighter/HISTORY
@@ -1,3 +1,8 @@
+2008-02-12 Dale E. Edmons <linuxfan AT sourcemage.org>
+ * INSTALL: make install required to install files.
+ (didn't try default_games_install)
+ * DETAILS: Word wrapped one line.
+
2006-09-21 Andraž "ruskie" Levstik <ruskie AT mages.ath.cx>
* DETAILS: [automated] Removed BUILD_API=2.

diff --git a/games-arcade-2d/starfighter/INSTALL
b/games-arcade-2d/starfighter/INSTALL
index 4d526c9..1b65c87 100755
--- a/games-arcade-2d/starfighter/INSTALL
+++ b/games-arcade-2d/starfighter/INSTALL
@@ -1 +1,3 @@
-mkdir -p /usr/share/games/starfighter
+install -d -o root -g games -m 644 ${INSTALL_ROOT}/usr/share/games/${SPELL}
&&
+install -d -o root -g games -m 644 ${INSTALL_ROOT}/usr/share/doc/${SPELL} &&
+make install



  • [SM-Commit] GIT changes to master games grimoire by Dale E. Edmons (9b2d4faa354fa68a70e2c11f6356438dd9824c3d), Dale E. Edmons, 02/12/2008

Archive powered by MHonArc 2.6.24.

Top of Page