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) {
|
if (!$binaries) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Platform::workaroundFilesystemIssues();
|
||||||
|
|
||||||
foreach ($binaries as $bin) {
|
foreach ($binaries as $bin) {
|
||||||
$binPath = $installPath.'/'.$bin;
|
$binPath = $installPath.'/'.$bin;
|
||||||
if (!file_exists($binPath)) {
|
if (!file_exists($binPath)) {
|
||||||
|
|
Loading…
Reference in New Issue