From 981f752c490035cfd7fd276cd2e502ceacc6a71d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9s=20Monta=C3=B1ez?= Date: Wed, 6 Aug 2014 20:41:23 -0300 Subject: [PATCH] Fixed issue #91. --- Mage/Command/BuiltIn/InstallCommand.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Mage/Command/BuiltIn/InstallCommand.php b/Mage/Command/BuiltIn/InstallCommand.php index b69404e..aabc2a9 100644 --- a/Mage/Command/BuiltIn/InstallCommand.php +++ b/Mage/Command/BuiltIn/InstallCommand.php @@ -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')