aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/scripts/install.py
diff options
context:
space:
mode:
authorJacek Antonelli2009-01-28 20:05:14 -0600
committerJacek Antonelli2009-01-28 20:05:15 -0600
commit715d7e4fe7c4dc7e71433211de3603bbc5753922 (patch)
tree921761667c9a7c108b6513b0fffb16cd9a0a1a22 /linden/scripts/install.py
parentSecond Life viewer sources 1.22.6-RC (diff)
downloadmeta-impy-715d7e4fe7c4dc7e71433211de3603bbc5753922.zip
meta-impy-715d7e4fe7c4dc7e71433211de3603bbc5753922.tar.gz
meta-impy-715d7e4fe7c4dc7e71433211de3603bbc5753922.tar.bz2
meta-impy-715d7e4fe7c4dc7e71433211de3603bbc5753922.tar.xz
Second Life viewer sources 1.22.7-RC
Diffstat (limited to 'linden/scripts/install.py')
-rwxr-xr-xlinden/scripts/install.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/linden/scripts/install.py b/linden/scripts/install.py
index 983eb84..f886a6e 100755
--- a/linden/scripts/install.py
+++ b/linden/scripts/install.py
@@ -758,7 +758,9 @@ def _get_platform():
758 # the form os/arch/compiler/compiler_version for the download 758 # the form os/arch/compiler/compiler_version for the download
759 # and extract stage 759 # and extract stage
760 #this_platform = 'linux/i686/gcc/4.1' 760 #this_platform = 'linux/i686/gcc/4.1'
761 this_platform = 'linux32' 761 # NOTE: disabled linux32 as it hasn't been tested well
762 #this_platform = 'linux32'
763 this_platform = this_platform
762 return this_platform 764 return this_platform
763 765
764def _getuser(): 766def _getuser():