Fix installing individual packages.
authorJan Schneider <jan@horde.org>
Fri, 19 Mar 2010 17:06:14 +0000 (18:06 +0100)
committerJan Schneider <jan@horde.org>
Fri, 19 Mar 2010 17:06:33 +0000 (18:06 +0100)
framework/bin/install_framework

index 0f6981e..770b206 100755 (executable)
@@ -145,7 +145,7 @@ error_reporting(E_ALL & ~E_NOTICE);
 
 $linker = new Linker($copy);
 if ($pkg) {
-    $linker->process(getcwd() . DIRECTORY_SEPARATOR . $pkg, $destDir);
+    $linker->process($pkg, $destDir);
 } elseif ($handle = opendir($srcDir)) {
     while ($file = readdir($handle)) {
         if ($file != '.' &&