Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master z-rejected grimoire by Pol Vinogradov (b6b423437f88c607ef46ed2cb052882d82988d3e)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Pol Vinogradov <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master z-rejected grimoire by Pol Vinogradov (b6b423437f88c607ef46ed2cb052882d82988d3e)
  • Date: Tue, 2 Feb 2010 20:34:37 -0600

GIT changes to master z-rejected grimoire by Pol Vinogradov
<vin.public AT gmail.com>:

z-games/ioquake3/HISTORY | 3 +++
z-games/ioquake3/INSTALL | 2 +-
2 files changed, 4 insertions(+), 1 deletion(-)

New commits:
commit b6b423437f88c607ef46ed2cb052882d82988d3e
Author: Pol Vinogradov <vin.public AT gmail.com>
Commit: Pol Vinogradov <vin.public AT gmail.com>

z-games/ioquake3: fixed installation on x86_64 platforms

diff --git a/z-games/ioquake3/HISTORY b/z-games/ioquake3/HISTORY
index 5661bd5..885f061 100644
--- a/z-games/ioquake3/HISTORY
+++ b/z-games/ioquake3/HISTORY
@@ -1,3 +1,6 @@
+2010-02-02 Pol Vinogradov <vin.public AT gmail.com>
+ * INSTALL: fixed installation on x86_64 platforms
+
2008-06-06 Alexander Tsamutali <astsmtl AT gmail.com>
* PROVIDES: Now provides QUAKE3

diff --git a/z-games/ioquake3/INSTALL b/z-games/ioquake3/INSTALL
index 15f152c..2c09354 100755
--- a/z-games/ioquake3/INSTALL
+++ b/z-games/ioquake3/INSTALL
@@ -7,4 +7,4 @@ cp -vr * $INSTALL_DIRECTORY &&
cp -v $PAK0_PK3 $INSTALL_DIRECTORY/baseq3 &&
cd $INSTALL_DIRECTORY &&
find_and_scam &&
-chmod 750 ioquake3.i386 ioq3ded.i386 ioquake3.sh
+chmod 750 ioquake3.${SMGL_COMPAT_ARCHS[1]} ioq3ded.${SMGL_COMPAT_ARCHS[1]}
ioquake3.sh



  • [SM-Commit] GIT changes to master z-rejected grimoire by Pol Vinogradov (b6b423437f88c607ef46ed2cb052882d82988d3e), Pol Vinogradov, 02/02/2010

Archive powered by MHonArc 2.6.24.

Top of Page