We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aba1996 commit 852ec13Copy full SHA for 852ec13
pear/PEAR/Installer.php
@@ -569,7 +569,8 @@ function install($pkgfile, $options = array())
569
$this->log(2, "installing $bn");
570
$dest = $this->config->get('ext_dir') . DIRECTORY_SEPARATOR . $bn;
571
$this->log(3, "+ cp $ext[file] ext_dir");
572
- $copyto = $dest->_prependPath($dest, $this->installroot);
+ //$copyto = $dest->_prependPath($dest, $this->installroot);
573
+ $copyto = $dest;
574
if (!@copy($ext['file'], $copyto)) {
575
return $this->raiseError("failed to copy $bn to $copyto");
576
}
0 commit comments