merge
authorTom Sutcliffe <thomas.sutcliffe@accenture.com>
Sat, 31 Jul 2010 21:32:20 +0100
changeset 41 df16950e242e
parent 40 06e2064de820 (current diff)
parent 24 0653c7ef68b2 (diff)
child 42 a581f3c08c9a
merge
build/common/common.mmh
--- a/tools/fsh-buildsis	Sat Jul 31 18:44:26 2010 +0100
+++ b/tools/fsh-buildsis	Sat Jul 31 21:32:20 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