Adjust perl lib path.
authorFionntina Carville <fionntinac@symbian.org>
Mon, 08 Nov 2010 17:12:35 +0000
changeset 109 d76280f9c0c2
parent 108 2c2fba140295
child 110 a728d3c0bd35
Adjust perl lib path.
core/group/genver.pl
--- a/core/group/genver.pl	Sun Nov 07 22:57:46 2010 +0000
+++ b/core/group/genver.pl	Mon Nov 08 17:12:35 2010 +0000
@@ -11,7 +11,7 @@
 #
 use strict;
 use lib "../../tools";
-use lib "../../../../sf/os/fshell/fshell/tools";
+use lib "/sf/os/fshell/tools";
 use fshu;
 
 my $platform = shift @ARGV;