Fix framework installation, again.
authorJan Schneider <jan@horde.org>
Mon, 27 Sep 2010 15:59:37 +0000 (17:59 +0200)
committerJan Schneider <jan@horde.org>
Mon, 27 Sep 2010 16:58:02 +0000 (18:58 +0200)
framework/Release/lib/Horde/Release.php

index 4211141..69c4986 100644 (file)
@@ -466,7 +466,7 @@ class Horde_Release
                 die("\nThere was an error running the command\n$cmd\n");
             }
             print "Installing framework packages\n";
-            passthru("install_framework --copy --src ./$directory/framework --dest ./$directory/lib", $result);
+            passthru("install_framework --copy --src ./$directory/framework --horde /tmp --dest ./$directory/lib", $result);
             if ($result) {
                 exit;
             }