Recognize the "bin" directory.
authorGunnar Wrobel <p@rdus.de>
Fri, 22 Oct 2010 22:02:54 +0000 (00:02 +0200)
committerGunnar Wrobel <p@rdus.de>
Fri, 22 Oct 2010 22:02:54 +0000 (00:02 +0200)
components/lib/Components/Pear/Package.php

index 5766606..60450bb 100644 (file)
@@ -343,6 +343,7 @@ class Components_Pear_Package
                     $file['attribs']['name'], implode('/', $components)
                 );
                 break;
+            case 'bin':
             case 'script':
                 $filename = basename($file['attribs']['name']);
                 if (substr($filename, strlen($filename) - 4) == '.php') {