projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d940daa
)
Fix installing individual packages.
author
Jan Schneider
<jan@horde.org>
Fri, 19 Mar 2010 17:06:14 +0000
(18:06 +0100)
committer
Jan Schneider
<jan@horde.org>
Fri, 19 Mar 2010 17:06:33 +0000
(18:06 +0100)
framework/bin/install_framework
patch
|
blob
|
history
diff --git
a/framework/bin/install_framework
b/framework/bin/install_framework
index
0f6981e
..
770b206
100755
(executable)
--- a/
framework/bin/install_framework
+++ b/
framework/bin/install_framework
@@
-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 != '.' &&