diff -r befd82d9c937 -r 26f2f0b4002b sbsv2/raptor/util/install-windows/raptorinstallermaker.py --- a/sbsv2/raptor/util/install-windows/raptorinstallermaker.py Mon Jan 18 20:59:13 2010 +0000 +++ b/sbsv2/raptor/util/install-windows/raptorinstallermaker.py Wed Jan 20 13:31:03 2010 +0000 @@ -1,5 +1,5 @@ # -# Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies). +# Copyright (c) 2009-2010 Nokia Corporation and/or its subsidiary(-ies). # All rights reserved. # This component and the accompanying materials are made available # under the terms of the License "Eclipse Public License v1.0" @@ -46,7 +46,7 @@ sys.exit(2) else: # Required irectories inside the win32-support repository - win32supportdirs = ["bv", "cygwin", "mingw", "python252"] + win32supportdirs = ["bv", "cygwin", "mingw", "python264"] for dir in win32supportdirs: if not os.path.isdir(os.path.join(options.win32support, dir)): print "ERROR: directory %s does not exist. Cannot build installer. Exiting..."