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

Dale E. Edmons scm at sourcemage.org
Tue Feb 12 07:48:03 EST 2008


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



More information about the SM-Commit mailing list