# HG changeset patch # User Tom Sutcliffe # Date 1280606325 -3600 # Node ID 0653c7ef68b26a0423b34e7ac5406bf909069ecf # Parent 092bcc217d9d2366d2e5ea8852dd0461fc3cb0e8 Fix for fsh-buildsis when fshell source dir isn't under epocroot. diff -r 092bcc217d9d -r 0653c7ef68b2 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