Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master games grimoire by Eric Sandall (c5f80b1a23f91e0f54cbe363fce4b62068eafeb8)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Eric Sandall <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master games grimoire by Eric Sandall (c5f80b1a23f91e0f54cbe363fce4b62068eafeb8)
  • Date: Wed, 6 Dec 2006 13:33:17 -0600

GIT changes to master games grimoire by Eric Sandall
<sandalle AT sourcemage.org>:

games-strategy-tbs/hedgewars/HISTORY | 4 ++++
games-strategy-tbs/hedgewars/PRE_BUILD | 11 ++++++++---
2 files changed, 12 insertions(+), 3 deletions(-)

New commits:
commit c5f80b1a23f91e0f54cbe363fce4b62068eafeb8
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

Fix hedgewars to install binaries to /usr/games

diff --git a/games-strategy-tbs/hedgewars/HISTORY
b/games-strategy-tbs/hedgewars/HISTORY
index e261e13..8345b2f 100644
--- a/games-strategy-tbs/hedgewars/HISTORY
+++ b/games-strategy-tbs/hedgewars/HISTORY
@@ -1,3 +1,7 @@
+2006-11-30 Eric Sandall <eric AT sandall.us>
+ * PRE_BUILD: Properly fix install patch of binaries to /usr/games
+ (prior fix did not install hedgewars nor hwengine into /usr/games)
+
2006-11-25 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
* BUILD: added qt4 path
* INSTALL: fix install path
diff --git a/games-strategy-tbs/hedgewars/PRE_BUILD
b/games-strategy-tbs/hedgewars/PRE_BUILD
index 932c2ad..1200cf0 100755
--- a/games-strategy-tbs/hedgewars/PRE_BUILD
+++ b/games-strategy-tbs/hedgewars/PRE_BUILD
@@ -1,3 +1,8 @@
-default_pre_build &&
-cd ${SOURCE_DIRECTORY} &&
-sedit "s:bin:games:" bin/CMakeLists.txt
+default_pre_build &&
+cd ${SOURCE_DIRECTORY} &&
+mv bin games &&
+sedit 's:bin:games:g' CMakeLists.txt &&
+sedit 's:bin:games:' hedgewars/CMakeLists.txt &&
+sedit 's:("bin"):("games"):' QTfrontend/main.cpp.in &&
+sedit 's:("bin"):("games"):' QTfrontend/main.cpp &&
+sedit 's:DESTINATION bin:DESTINATION games:' QTfrontend/CMakeLists.txt



  • [SM-Commit] GIT changes to master games grimoire by Eric Sandall (c5f80b1a23f91e0f54cbe363fce4b62068eafeb8), Eric Sandall, 12/06/2006

Archive powered by MHonArc 2.6.24.

Top of Page