[SM-Commit] GIT changes to master games grimoire by Eric Sandall (29aaf350cdc9007a6b45d1566f555aa2943abd11)
Eric Sandall
scm at mail.sourcemage.org
Fri Mar 16 12:15:44 EDT 2007
GIT changes to master games grimoire by Eric Sandall <sandalle at sourcemage.org>:
games-rpg-sp/spectalum/DEPENDS | 7 ++++---
games-rpg-sp/spectalum/HISTORY | 4 ++++
games-rpg-sp/spectalum/INSTALL | 2 +-
3 files changed, 9 insertions(+), 4 deletions(-)
New commits:
commit 29aaf350cdc9007a6b45d1566f555aa2943abd11
Author: Eric Sandall <sandalle at sourcemage.org>
Commit: Eric Sandall <sandalle at sourcemage.org>
spectalum: depends on sdl_mixer, fix install_config_file usage
diff --git a/games-rpg-sp/spectalum/DEPENDS b/games-rpg-sp/spectalum/DEPENDS
index d4c5ed5..64e767e 100755
--- a/games-rpg-sp/spectalum/DEPENDS
+++ b/games-rpg-sp/spectalum/DEPENDS
@@ -1,3 +1,4 @@
-depends automake &&
-depends g++ &&
-depends sdl
+depends automake &&
+depends g++ &&
+depends sdl &&
+depends sdl_mixer
diff --git a/games-rpg-sp/spectalum/HISTORY b/games-rpg-sp/spectalum/HISTORY
index c0b2f91..f8d8346 100644
--- a/games-rpg-sp/spectalum/HISTORY
+++ b/games-rpg-sp/spectalum/HISTORY
@@ -1,3 +1,7 @@
+2007-03-16 Eric Sandall <sandalle at sourcemage.org>
+ * DEPENDS: Depends on sdl_mixer
+ * INSTALL: install_config_file takes file as destination, not directory
+
2007-03-14 Pol Vinogradov <vin.public at gmail.com>
* BUILD, DEPENDS, DETAILS, FINAL, INSTALL, PRE_BUILD,
spectalum-config-fix.patch: created spell
diff --git a/games-rpg-sp/spectalum/INSTALL b/games-rpg-sp/spectalum/INSTALL
index eae2cc5..e7750a6 100755
--- a/games-rpg-sp/spectalum/INSTALL
+++ b/games-rpg-sp/spectalum/INSTALL
@@ -5,4 +5,4 @@ do
cp -R $dir ${INSTALL_ROOT}/usr/share/games/${SPELL}
done &&
-install_config_file ${SPELL}.conf ${INSTALL_ROOT}/etc
+install_config_file ${SPELL}.conf ${INSTALL_ROOT}/etc/${SPELL}.conf
More information about the SM-Commit
mailing list