Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master z-rejected grimoire by Arjan Bouter (0113859d1122db5fc491108204c4a4162acaad62)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Arjan Bouter <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master z-rejected grimoire by Arjan Bouter (0113859d1122db5fc491108204c4a4162acaad62)
  • Date: Wed, 21 Mar 2007 10:44:21 -0500

GIT changes to master z-rejected grimoire by Arjan Bouter
<abouter AT sourcemage.org>:

z-games/zangband/HISTORY | 3 +++
z-games/zangband/PRE_BUILD | 3 ++-
z-games/zangband/WIP | 1 -
3 files changed, 5 insertions(+), 2 deletions(-)

New commits:
commit 0113859d1122db5fc491108204c4a4162acaad62
Author: Arjan Bouter <abouter AT sourcemage.org>
Commit: Arjan Bouter <abouter AT sourcemage.org>

zangband: it builds and installs in the proper dir now

diff --git a/z-games/zangband/HISTORY b/z-games/zangband/HISTORY
index f96c99d..8d16aad 100644
--- a/z-games/zangband/HISTORY
+++ b/z-games/zangband/HISTORY
@@ -1,3 +1,6 @@
+2007-03-20 Arjan Bouter <abouter AT sourcemage.org>
+ * PRE_BUILD: fixed install location
+
2006-10-03 Juuso Alasuutari <iuso AT sourcemage.org>
* DETAILS: [automated] Removed UPDATED.

diff --git a/z-games/zangband/PRE_BUILD b/z-games/zangband/PRE_BUILD
index dd63bd6..3286b0a 100755
--- a/z-games/zangband/PRE_BUILD
+++ b/z-games/zangband/PRE_BUILD
@@ -1,4 +1,5 @@
default_pre_build &&
cd ${SOURCE_DIRECTORY}/lib/xtra/graf &&
unpack_file 2 &&
-cd ${SOURCE_DIRECTORY}
+cd ${SOURCE_DIRECTORY} &&
+sedit 's#^DESTDIR = .*#DESTDIR = $(datadir)/zangband/#' makefile.in
diff --git a/z-games/zangband/WIP b/z-games/zangband/WIP
deleted file mode 100644
index 8bfecb4..0000000
--- a/z-games/zangband/WIP
+++ /dev/null
@@ -1 +0,0 @@
-Still doesn't feel like building



  • [SM-Commit] GIT changes to master z-rejected grimoire by Arjan Bouter (0113859d1122db5fc491108204c4a4162acaad62), Arjan Bouter, 03/21/2007

Archive powered by MHonArc 2.6.24.

Top of Page