From 72c5076d6efbddbaf4667beb8c1a5a727a8c8ff9 Mon Sep 17 00:00:00 2001 From: Christian Goetze Date: Fri, 10 Apr 2009 01:15:27 +0000 Subject: Working around DEV-30401 by yanking the etch 32bit build code until the viewer also builds on etch --- scripts/install.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') 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(): -- cgit v1.2.3