projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8bf7e21
)
Recognize the "bin" directory.
author
Gunnar Wrobel
<p@rdus.de>
Fri, 22 Oct 2010 22:02:54 +0000
(
00:02
+0200)
committer
Gunnar Wrobel
<p@rdus.de>
Fri, 22 Oct 2010 22:02:54 +0000
(
00:02
+0200)
components/lib/Components/Pear/Package.php
patch
|
blob
|
history
diff --git
a/components/lib/Components/Pear/Package.php
b/components/lib/Components/Pear/Package.php
index
5766606
..
60450bb
100644
(file)
--- 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') {