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

Julien ROZO scm at sourcemage.org
Tue Dec 2 14:58:06 EST 2008


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



More information about the SM-Commit mailing list