projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5c3e659
)
Install files from the 'locale' directory.
author
Gunnar Wrobel
<p@rdus.de>
Mon, 18 Oct 2010 12:47:11 +0000
(14:47 +0200)
committer
Gunnar Wrobel
<p@rdus.de>
Mon, 18 Oct 2010 12:49:22 +0000
(14:49 +0200)
components/lib/Components/Pear/Package.php
patch
|
blob
|
history
diff --git
a/components/lib/Components/Pear/Package.php
b/components/lib/Components/Pear/Package.php
index
573fb1d
..
0ac79b7
100644
(file)
--- a/
components/lib/Components/Pear/Package.php
+++ b/
components/lib/Components/Pear/Package.php
@@
-296,6
+296,7
@@
class Components_Pear_Package
case 'lib':
case 'test':
case 'data':
+ case 'locale':
$package->addInstallAs(
$file['attribs']['name'], $components[1]
);