зеркало из https://github.com/mozilla/gecko-dev.git
switching to native perl mkdir, does not affect build. r=ssu
This commit is contained in:
Родитель
e8323398fa
Коммит
02e5edc6e9
|
@ -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.
|
||||
|
|
Загрузка…
Ссылка в новой задаче