diff options
author | Christian Goetze <cg@lindenlab.com> | 2009-04-30 06:52:38 +0000 |
---|---|---|
committer | Christian Goetze <cg@lindenlab.com> | 2009-04-30 06:52:38 +0000 |
commit | 4bcbf3342284b19ff5fbda5a16a43a8cafb3baad (patch) | |
tree | 122215d08d5802a7ee1e0bf5c5f341715677898b /scripts | |
parent | d5aad9ebc33059b34d42595d03fa4cba6b16ca9b (diff) |
svn merge -r118008:118374 svn+ssh://svn.lindenlab.com/svn/linden/branches/cg/viewer-etch-1
QAR-1459 etch builds enabled
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/install.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/install.py b/scripts/install.py index 5069918bee..6278fba16c 100755 --- a/scripts/install.py +++ b/scripts/install.py @@ -779,7 +779,7 @@ def _get_platform(): # TODO -- someday when install.py accepts a platform of the form # os/arch/compiler/compiler_version then we can replace the # 'linux64' platform with 'linux/x86_64/gcc/4.1' - this_platform = 'linux64' + this_platform = 'linux' return this_platform def _getuser(): |