]> granicus.if.org Git - php/commitdiff
By the moment trust that the dependencies are good
authorTomas V.V.Cox <cox@php.net>
Mon, 22 Jul 2002 12:03:43 +0000 (12:03 +0000)
committerTomas V.V.Cox <cox@php.net>
Mon, 22 Jul 2002 12:03:43 +0000 (12:03 +0000)
# Will change the installer when finish the dependecy stuff

pear/install-pear.php

index e5b0cad93d07b05292175cac0cdff8376a0865a3..1fe0b030f93f0f857f4b2b97b585d2596c2db090 100644 (file)
@@ -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;