From 4772d4129412bfd9f9d236cc8e4afaf7f7928eb3 Mon Sep 17 00:00:00 2001 From: Gunnar Wrobel Date: Sat, 23 Oct 2010 00:02:54 +0200 Subject: [PATCH] Recognize the "bin" directory. --- components/lib/Components/Pear/Package.php | 1 + 1 file changed, 1 insertion(+) 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') { -- 2.11.0