Ensure that the "data" prefix gets removed when installing the package.
authorGunnar Wrobel <p@rdus.de>
Wed, 25 Aug 2010 07:07:51 +0000 (09:07 +0200)
committerGunnar Wrobel <p@rdus.de>
Wed, 25 Aug 2010 07:07:51 +0000 (09:07 +0200)
framework/Element/lib/Horde/Element/Module/PearPackageXml.php

index 04b95b3..473e37b 100644 (file)
@@ -123,6 +123,7 @@ implements Horde_Element_Module
             case 'example':
             case 'lib':
             case 'test':
+            case 'data':
                 $package->addInstallAs(
                     $file['attribs']['name'], $components[1]
                 );