From a9dd729901872db9129eb618531cca4eb018545b Mon Sep 17 00:00:00 2001 From: "Michael J. Rubinsky" Date: Wed, 23 Dec 2009 17:06:04 -0500 Subject: [PATCH] tweak the path for the final attempt at loading Horde_Cli to reflect the fact that we are now probably running from framework/bin/ --- framework/bin/install_framework | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/framework/bin/install_framework b/framework/bin/install_framework index 4ad163156..a641f627c 100755 --- a/framework/bin/install_framework +++ b/framework/bin/install_framework @@ -112,7 +112,7 @@ if (strpos(ini_get('include_path'), $destDir) === false) { // Do CLI checks and environment setup first. if (!@include_once 'Horde/Cli.php') { if (!@include_once $srcDir . '/Cli/lib/Horde/Cli.php') { - if (!@include_once $cwd . DIRECTORY_SEPARATOR . 'framework/Cli/lib/Horde/Cli.php') { + if (!@include_once $cwd . DIRECTORY_SEPARATOR . '../Cli/lib/Horde/Cli.php') { print_usage('Horde_Cli library is not in the include_path or in the src directory.'); } } -- 2.11.0