1
0
Fork 0

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

This reverts commit 79a4c5cac1.
pull/2603/merge
Nils Adermann 2014-02-05 18:37:57 +01:00
parent 50cf2ffba7
commit 54b8831131
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->getInstallPath($package);
$downloadPath = $this->getPackageBasePath($package);
$this->downloadManager->remove($package, $downloadPath);
}