Fix for fsh-buildsis when fshell source dir isn't under epocroot.
authorTom Sutcliffe <thomas.sutcliffe@accenture.com>
Sat, 31 Jul 2010 20:58:45 +0100
changeset 24 0653c7ef68b2
parent 23 092bcc217d9d
child 25 482757737e59
Fix for fsh-buildsis when fshell source dir isn't under epocroot.
tools/fsh-buildsis
--- a/tools/fsh-buildsis	Sat Jul 31 19:07:57 2010 +0100
+++ b/tools/fsh-buildsis	Sat Jul 31 20:58:45 2010 +0100
@@ -127,7 +127,7 @@
   my $unsignedSisFileName = $sisFileName;
   $unsignedSisFileName =~ s/\.sis/\.unsigned\.sis/i;
   fshu::MakePath(dirname($unsignedSisFileName));
-  $command = "makesis -d$ENV{EPOCROOT} $tempFileName $unsignedSisFileName 2>&1";
+  $command = "$ENV{EPOCROOT}epoc32\\tools\\makesis -d$ENV{EPOCROOT} $tempFileName $unsignedSisFileName 2>&1";
   print "Running \"$command\"\n" if ($options{verbose});
   my $exitcode = system($command) >> 8;
   print "\n"; # Makesis doesn't do this