tools/fsh-buildsis
changeset 24 0653c7ef68b2
parent 4 c061fa280d92
child 42 e81b4e28b3e2
--- 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