1
0
mirror of https://github.com/hauke68/Magallanes.git synced 2025-08-26 21:30:18 +02:00

Fixed issue #91.

This commit is contained in:
Andrés Montañez 2014-08-06 20:41:23 -03:00
parent 20de8eb7e0
commit 981f752c49

View File

@ -51,7 +51,7 @@ class InstallCommand extends AbstractCommand
}
// Copy
$this->recursiveCopy('./', $destinationDir . '/' . MAGALLANES_VERSION);
$this->recursiveCopy(MAGALLANES_DIRECTORY, $destinationDir . '/' . MAGALLANES_VERSION);
// Check if there is already a symlink
if (file_exists($destinationDir . '/' . 'latest')