diff -r bb1748e0dd9b -r c6e8afe0ba85 secureswitools/swisistools/source/rscparser/apsecutils.cpp --- a/secureswitools/swisistools/source/rscparser/apsecutils.cpp Tue Jun 29 16:50:12 2010 +0300 +++ b/secureswitools/swisistools/source/rscparser/apsecutils.cpp Thu Jul 08 20:28:00 2010 +0300 @@ -1,4 +1,4 @@ -// Copyright (c) 2007-2009 Nokia Corporation and/or its subsidiary(-ies). +// Copyright (c) 2007-2010 Nokia Corporation and/or its subsidiary(-ies). // All rights reserved. // This component and the accompanying materials are made available // under the terms of "Eclipse Public License v1.0" @@ -114,7 +114,12 @@ std::string Filename = Ptr16ToString(&aAppFilename); std::string Path(aDerivedPath); + #ifdef __LINUX__ + Path.append("/sys/bin/"); + #else Path.append("\\sys\\bin\\"); + #endif + Path.append(Filename); Path.append(".exe");