This commit is contained in:
cyeh%netscape.com 1999-09-10 00:18:24 +00:00
Родитель dbb1cd0d59
Коммит 4e29fbf61e
2 изменённых файлов: 1 добавлений и 4 удалений

Просмотреть файл

@ -74,10 +74,6 @@ bin\components\necko_file.dll
bin\components\necko_file.xpt bin\components\necko_file.xpt
bin\components\necko_ftp.xpt bin\components\necko_ftp.xpt
bin\components\necko_ftp.dll bin\components\necko_ftp.dll
bin\components\necko_http.xpt
bin\components\necko_http.dll
bin\components\necko_resource.dll
bin\components\nsgif3250.dll
bin\components\nsjpg3250.dll bin\components\nsjpg3250.dll
bin\components\nslocale.dll bin\components\nslocale.dll
bin\components\nspng3250.dll bin\components\nspng3250.dll

Просмотреть файл

@ -254,6 +254,7 @@ sub do_copyfile
$PD = "/"; $PD = "/";
$path =~ s/$srcdir$PD//g; $path =~ s/$srcdir$PD//g;
$path =~ s/\//\\/g; $path =~ s/\//\\/g;
$srcdir =~ s/\//\\/g;
$PD = "\\"; $PD = "\\";
} else { } else {
$path =~ s/$srcdir$PD//; $path =~ s/$srcdir$PD//;