Install files from the 'locale' directory.
authorGunnar Wrobel <p@rdus.de>
Mon, 18 Oct 2010 12:47:11 +0000 (14:47 +0200)
committerGunnar Wrobel <p@rdus.de>
Mon, 18 Oct 2010 12:49:22 +0000 (14:49 +0200)
components/lib/Components/Pear/Package.php

index 573fb1d..0ac79b7 100644 (file)
@@ -296,6 +296,7 @@ class Components_Pear_Package
             case 'lib':
             case 'test':
             case 'data':
+            case 'locale':
                 $package->addInstallAs(
                     $file['attribs']['name'], $components[1]
                 );