From: Gunnar Wrobel Date: Fri, 22 Oct 2010 22:02:54 +0000 (+0200) Subject: Recognize the "bin" directory. X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=4772d4129412bfd9f9d236cc8e4afaf7f7928eb3;p=horde.git Recognize the "bin" directory. --- diff --git a/components/lib/Components/Pear/Package.php b/components/lib/Components/Pear/Package.php index 576660677..60450bb21 100644 --- a/components/lib/Components/Pear/Package.php +++ b/components/lib/Components/Pear/Package.php @@ -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') {