Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master binary grimoire by Julien ROZO (e432560bb699def42b35e0c68d8dd09f214ee290)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Julien ROZO <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master binary grimoire by Julien ROZO (e432560bb699def42b35e0c68d8dd09f214ee290)
  • Date: Tue, 2 Dec 2008 13:58:06 -0600

GIT changes to master binary grimoire by Julien ROZO <julien AT rozo.org>:

bin-games/openarena-bin/HISTORY | 4 ++++
bin-games/openarena-bin/PRE_BUILD | 7 ++++++-
bin-games/openarena-bin/PRE_INSTALL | 6 ------
3 files changed, 10 insertions(+), 7 deletions(-)

New commits:
commit 52f4e00abc37f565e8f2813480e9aa952cbc38f9
Author: Julien ROZO <julien AT rozo.org>
Commit: Julien ROZO <julien AT rozo.org>

openarena-bin: removed PRE_INSTALL, unnecessary files are now deleted in
PRE_BUILD

diff --git a/bin-games/openarena-bin/HISTORY b/bin-games/openarena-bin/HISTORY
index 68a1fbf..aef69dd 100644
--- a/bin-games/openarena-bin/HISTORY
+++ b/bin-games/openarena-bin/HISTORY
@@ -1,3 +1,7 @@
+2008-11-18 Julien "_kaze_" ROZO <julien AT rozo.org>
+ * PRE_INSTALL: removed, unnecessary files are now deleted in PRE_BUILD
+ * PRE_BUILD: deletes Windows and OS X files
+
2008-11-10 Julien "_kaze_" ROZO <julien AT rozo.org>
* PRE_INSTALL: added, removes Windows and Mac OS X files

diff --git a/bin-games/openarena-bin/PRE_BUILD
b/bin-games/openarena-bin/PRE_BUILD
index c50deeb..cb9dfef 100755
--- a/bin-games/openarena-bin/PRE_BUILD
+++ b/bin-games/openarena-bin/PRE_BUILD
@@ -4,4 +4,9 @@ message "${SPELL_COLOR}This will take some considerable time
due to the"
"either${DEFAULT_COLOR}."
&&
mk_source_dir
&&
cd $BUILD_DIRECTORY
&&
-unpack_file ''

+unpack_file ''
&&
+
+## Remove files for Windows and Mac OS X platforms
+find . -name '*.exe' -type f -delete &&
+find . -name '*.dll' -type f -delete &&
+find . -name '*.app' -type d -print0 | xargs -0 rm -rf
diff --git a/bin-games/openarena-bin/PRE_INSTALL
b/bin-games/openarena-bin/PRE_INSTALL
deleted file mode 100755
index 5f62b88..0000000
--- a/bin-games/openarena-bin/PRE_INSTALL
+++ /dev/null
@@ -1,6 +0,0 @@
-## Remove files for Windows and Mac OS X platforms
-find . -name '*.exe' -type f -delete &&
-find . -name '*.dll' -type f -delete &&
-find . -name '*.app' -type d -print0 | xargs -0 rm -rf &&
-
-default_sorcery_pre_install



  • [SM-Commit] GIT changes to master binary grimoire by Julien ROZO (e432560bb699def42b35e0c68d8dd09f214ee290), Julien ROZO, 12/02/2008

Archive powered by MHonArc 2.6.24.

Top of Page