equal
deleted
inserted
replaced
75 my $keyFileName = shift; |
75 my $keyFileName = shift; |
76 |
76 |
77 # |
77 # |
78 # 1) Run the pre-processor over the supplied .iby file and capture the output |
78 # 1) Run the pre-processor over the supplied .iby file and capture the output |
79 # to a temporary file. |
79 # to a temporary file. |
80 my $tempFileName = "$ENV{TEMP}\\ltkbs_temp.pkg"; |
80 my $tempFileName = "$ENV{TEMP}\\fsh-buildsis_temp.pkg"; |
81 if (-e $tempFileName) { |
81 if (-e $tempFileName) { |
82 unlink $tempFileName; |
82 unlink $tempFileName; |
83 } |
83 } |
84 my $ibyDirName = dirname($ibyFileName); |
84 my $ibyDirName = dirname($ibyFileName); |
85 $ibyFileName = basename($ibyFileName); |
85 $ibyFileName = basename($ibyFileName); |