Browse Source

Fixed issue #91.

1.0
Andrés Montañez 10 years ago
parent
commit
981f752c49
  1. 2
      Mage/Command/BuiltIn/InstallCommand.php

2
Mage/Command/BuiltIn/InstallCommand.php

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

Loading…
Cancel
Save