зеркало из https://github.com/mozilla/gecko-dev.git
Fix for bugscape 11996: CCK fails to create custom Linux tar file
for another config (r=smeredith)
This commit is contained in:
Родитель
11877426c6
Коммит
6e87ce1b55
|
@ -237,7 +237,6 @@ void CreateDirectories(CString instblobPath)
|
|||
CString instDirname = instblobPath.Left(finddirPos);
|
||||
CString instFilename = instblobPath.Right(instblobPathlen - finddirPos -1);
|
||||
CString fileExtension = instblobPath.Right(instblobPathlen - findfilePos -1);
|
||||
SetGlobal("InstallerFilename",instFilename);
|
||||
|
||||
// Is the blob path a Linux blob installer
|
||||
if (fileExtension == "tar.gz")
|
||||
|
|
Загрузка…
Ссылка в новой задаче