Fixed issue #91.

This commit is contained in:
Andrés Montañez
2014-08-06 20:41:23 -03:00
parent 20de8eb7e0
commit 981f752c49
+1 -1
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')