From 995073391e4ab3b7fdc46bb04c39cf79d407bcb7 Mon Sep 17 00:00:00 2001 From: "Tomas V.V.Cox" Date: Mon, 22 Jul 2002 12:03:43 +0000 Subject: [PATCH] By the moment trust that the dependencies are good # Will change the installer when finish the dependecy stuff --- pear/install-pear.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pear/install-pear.php b/pear/install-pear.php index e5b0cad93d..1fe0b030f9 100644 --- a/pear/install-pear.php +++ b/pear/install-pear.php @@ -80,7 +80,7 @@ foreach ($install_files as $package => $instfile) { } } } else { - $err = $installer->install($instfile); + $err = $installer->install($instfile, array('nodeps' => true)); if (PEAR::isError($err)) { $ui->outputData(sprintf("[PEAR] %s: %s", $package, $err->getMessage())); continue; -- 2.50.1