diff -r b4aaa46b1beb -r e182c2a8794d sbsv2/raptor/python/raptor_api.py --- a/sbsv2/raptor/python/raptor_api.py Thu Apr 29 13:32:00 2010 +0100 +++ b/sbsv2/raptor/python/raptor_api.py Thu Apr 29 13:50:38 2010 +0100 @@ -178,7 +178,7 @@ platform = evaluator.Get("TRADITIONAL_PLATFORM") if platform == "TOOLS2": - outputpath = releasepath.replace("$(TOOLPLATFORMDIR)", "") + outputpath = releasepath else: if not variantplatform: raise BadQuery("could not get VARIANTPLATFORM for config '%s'" % name)