From 715d7e4fe7c4dc7e71433211de3603bbc5753922 Mon Sep 17 00:00:00 2001 From: Jacek Antonelli Date: Wed, 28 Jan 2009 20:05:14 -0600 Subject: Second Life viewer sources 1.22.7-RC --- linden/scripts/install.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'linden/scripts/install.py') 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(): # the form os/arch/compiler/compiler_version for the download # and extract stage #this_platform = 'linux/i686/gcc/4.1' - this_platform = 'linux32' + # NOTE: disabled linux32 as it hasn't been tested well + #this_platform = 'linux32' + this_platform = this_platform return this_platform def _getuser(): -- cgit v1.1