diff options
author | Byron Jones <bjones@mozilla.com> | 2013-04-04 07:53:41 +0200 |
---|---|---|
committer | Byron Jones <bjones@mozilla.com> | 2013-04-04 07:53:41 +0200 |
commit | 7ec8755667f56e4838cd032e7f21b3a726ab5392 (patch) | |
tree | 3cf6d276baf0fc3f045a4c5f85dc580cea64a40a /Bugzilla | |
parent | 026a32a69dabcef8cf337326fe70f39bdd7e45b2 (diff) | |
download | bugzilla-7ec8755667f56e4838cd032e7f21b3a726ab5392.tar.gz bugzilla-7ec8755667f56e4838cd032e7f21b3a726ab5392.tar.xz |
make all extension/bin files executable
Diffstat (limited to 'Bugzilla')
-rw-r--r-- | Bugzilla/Install/Filesystem.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Bugzilla/Install/Filesystem.pm b/Bugzilla/Install/Filesystem.pm index 6297428af..731291ea7 100644 --- a/Bugzilla/Install/Filesystem.pm +++ b/Bugzilla/Install/Filesystem.pm @@ -181,6 +181,7 @@ sub FILESYSTEM { "$datadir/old-params.txt" => { perms => OWNER_WRITE }, "$extensionsdir/create.pl" => { perms => OWNER_EXECUTE }, "$extensionsdir/*/*.pl" => { perms => WS_EXECUTE }, + "$extensionsdir/*/bin/*.pl" => { perms => WS_EXECUTE }, ); # Directories that we want to set the perms on, but not |