diff options
author | mkanat%bugzilla.org <> | 2009-11-25 06:02:55 +0100 |
---|---|---|
committer | mkanat%bugzilla.org <> | 2009-11-25 06:02:55 +0100 |
commit | c62ddd06ff62e627ffd411b8ccb0fa881e1591d0 (patch) | |
tree | 308982c5c2cc26ed7e2e730718cc1d84eb575ef5 /Bugzilla | |
parent | 74060782dd67e3e960fac20c759bc025c91caece (diff) | |
download | bugzilla-c62ddd06ff62e627ffd411b8ccb0fa881e1591d0.tar.gz bugzilla-c62ddd06ff62e627ffd411b8ccb0fa881e1591d0.tar.xz |
Bug 530252: Create a script that sets up the framework of an extension
Patch by Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=mkanat
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 6c18d0213..819da24dd 100644 --- a/Bugzilla/Install/Filesystem.pm +++ b/Bugzilla/Install/Filesystem.pm @@ -130,6 +130,7 @@ sub FILESYSTEM { "$datadir/bugzilla-update.xml" => { perms => $ws_writeable }, "$datadir/params" => { perms => $ws_writeable }, "$datadir/mailer.testfile" => { perms => $ws_writeable }, + "$extensionsdir/create.pl" => { perms => $owner_executable }, ); # Directories that we want to set the perms on, but not |