switching to native perl mkdir, does not affect build. r=ssu

This commit is contained in:
leaf%mozilla.org 2000-01-24 13:54:29 +00:00
parent e8323398fa
commit 02e5edc6e9

View File

@ -61,7 +61,7 @@ if(!(-e "$inStagePath"))
# Make sure inDestPath exists
if(!(-e "$inDistPath"))
{
system("mkdir $inDestPath");
mkdir ("$inDestPath",0775);
}
# Make .js files
@ -80,7 +80,7 @@ if(-e "$inDistPath\\setup")
}
else
{
system("mkdir $inDistPath\\setup");
mkdir ("$inDistPath\\setup",0775);
}
# Copy the setup files to the dist setup directory.