r897 - trunk/code/unix/setup

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Thu Sep 7 10:14:30 EDT 2006


Author: thilo
Date: 2006-09-07 10:14:30 -0400 (Thu, 07 Sep 2006)
New Revision: 897

Modified:
   trunk/code/unix/setup/setup.xml
Log:
Fix bug that wouldn't show 32 bit binaries on x86 arch .. d'oh!


Modified: trunk/code/unix/setup/setup.xml
===================================================================
--- trunk/code/unix/setup/setup.xml	2006-09-05 14:29:07 UTC (rev 896)
+++ trunk/code/unix/setup/setup.xml	2006-09-07 14:14:30 UTC (rev 897)
@@ -66,7 +66,7 @@
   </component>
 
   <component if="|(x86,x86_64)" name="i386" version="@VERSION@">
-    <option arch="x86_64" install="true">
+    <option arch="any" install="true">
      32 bit binaries
      <binary arch="any" libc="any" symlink="ioquake3" icon="quake3.png"
              menu="." name="ioquake3">




More information about the quake3-commits mailing list