1
0
Fork 0

correct small bug, source files aren't installed and removed from the same path (problem with targetDir package attribute)

pull/2637/head
Pierre-yves Christmann 2014-01-27 05:04:27 +01:00
parent 7adc41d02c
commit 79a4c5cac1
1 changed files with 1 additions and 1 deletions

View File

@ -178,7 +178,7 @@ class LibraryInstaller implements InstallerInterface
protected function removeCode(PackageInterface $package)
{
$downloadPath = $this->getPackageBasePath($package);
$downloadPath = $this->getInstallPath($package);
$this->downloadManager->remove($package, $downloadPath);
}