secureswitools/swisistools/source/rscparser/apsecutils.cpp
changeset 60 245df5276b97
parent 42 d17dc5398051
--- a/secureswitools/swisistools/source/rscparser/apsecutils.cpp	Tue Jul 06 14:23:31 2010 +0300
+++ b/secureswitools/swisistools/source/rscparser/apsecutils.cpp	Wed Aug 18 09:55:45 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");