1
0
Fork 0

Also make sure filesystem is up to date before generating binary links, refs #9627

pull/9900/head
Jordi Boggiano 2021-05-20 13:27:15 +02:00
parent 68f86be726
commit 8427b6c8ed
No known key found for this signature in database
GPG Key ID: 7BBD42C429EC80BC
1 changed files with 3 additions and 0 deletions

View File

@ -53,6 +53,9 @@ class BinaryInstaller
if (!$binaries) {
return;
}
Platform::workaroundFilesystemIssues();
foreach ($binaries as $bin) {
$binPath = $installPath.'/'.$bin;
if (!file_exists($binPath)) {