summaryrefslogtreecommitdiff
path: root/scripts/install.py
diff options
context:
space:
mode:
authorChristian Goetze <cg@lindenlab.com>2009-04-10 01:15:27 +0000
committerChristian Goetze <cg@lindenlab.com>2009-04-10 01:15:27 +0000
commit72c5076d6efbddbaf4667beb8c1a5a727a8c8ff9 (patch)
tree52c5c3b40f8ae9b278cd6562dfd992d4ee53269b /scripts/install.py
parentc7c34d9ad2aade9dbf00fe58c46ac440f8af6dc9 (diff)
Working around DEV-30401 by yanking the etch 32bit build code until the viewer also builds on etch
Diffstat (limited to 'scripts/install.py')
-rwxr-xr-xscripts/install.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/install.py b/scripts/install.py
index 6278fba16c..5069918bee 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 = 'linux'
+ this_platform = 'linux64'
return this_platform
def _getuser():