Fixed ProfilerLib path for CW5

This commit is contained in:
pierre%netscape.com 2000-02-08 03:14:58 +00:00
parent 72e8a9e317
commit 01d5d9441e

View File

@ -593,7 +593,7 @@ sub MakeLibAliases()
if ($main::PROFILE)
{
my($profilerlibpath) = $appath;
$profilerlibpath =~ s/[^:]*$/MacOS Support:Libraries:Profiler Common:ProfilerLib/;
$profilerlibpath =~ s/[^:]*$/MacOS Support:Profiler:Profiler Common:ProfilerLib/;
MakeAlias("$profilerlibpath", "$dist_dir"."Essential Files:");
}
}