diff options
author | Bryan O'Sullivan <bos@lindenlab.com> | 2009-04-09 18:05:56 +0000 |
---|---|---|
committer | Bryan O'Sullivan <bos@lindenlab.com> | 2009-04-09 18:05:56 +0000 |
commit | 1aca3ff6f5f6ce0d2414d4266e902ba40f4c8d84 (patch) | |
tree | 46dc3bc3dd068e9849014deb801c974df92fc532 /scripts/install.py | |
parent | fa121d8ee18978ffc25e9faeffcfa1d7c6e1592e (diff) |
Get 32-bit builds going on 64-bit Debian Etch.
Reviewed by Brad.
Diffstat (limited to 'scripts/install.py')
-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(): |