changeset 3 | 859da167ccfe |
parent 2 | 68b921ce1944 |
child 4 | c061fa280d92 |
--- a/tools/fsh-buildsis Fri Jun 25 13:06:42 2010 +0100 +++ b/tools/fsh-buildsis Sun Jul 04 15:58:56 2010 +0100 @@ -77,7 +77,7 @@ # # 1) Run the pre-processor over the supplied .iby file and capture the output # to a temporary file. - my $tempFileName = "$ENV{TEMP}\\ltkbs_temp.pkg"; + my $tempFileName = "$ENV{TEMP}\\fsh-buildsis_temp.pkg"; if (-e $tempFileName) { unlink $tempFileName; }