Also make sure filesystem is up to date before generating binary links, refs #9627
parent
68f86be726
commit
8427b6c8ed
|
@ -53,6 +53,9 @@ class BinaryInstaller
|
|||
if (!$binaries) {
|
||||
return;
|
||||
}
|
||||
|
||||
Platform::workaroundFilesystemIssues();
|
||||
|
||||
foreach ($binaries as $bin) {
|
||||
$binPath = $installPath.'/'.$bin;
|
||||
if (!file_exists($binPath)) {
|
||||
|
|
Loading…
Reference in New Issue