]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
fix perms
authorDylan William Hardison <dylan@hardison.net>
Wed, 24 Feb 2016 16:14:41 +0000 (11:14 -0500)
committerDylan William Hardison <dylan@hardison.net>
Wed, 24 Feb 2016 16:14:41 +0000 (11:14 -0500)
Bugzilla/Install/Filesystem.pm
gen-cpanfile.pl [changed mode: 0644->0755]

index 1c58e362e9b6ede9ae5dbb3c59f230e3851458be..2d6e2955df09752543c7b734d4a82fa0f36a1e83 100644 (file)
@@ -163,7 +163,7 @@ sub FILESYSTEM {
         'checksetup.pl'   => { perms => OWNER_EXECUTE },
         'jobqueue.pl'     => { perms => OWNER_EXECUTE },
         'migrate.pl'      => { perms => OWNER_EXECUTE },
-        'Makefile.PL'     => { perms => OWNER_EXECUTE },
+        'Makefile.PL'     => { perms => OWNER_WRITE },
         'gen-cpanfile.pl' => { perms => OWNER_EXECUTE },
         'clean-bug-user-last-visit.pl' => { perms => WS_EXECUTE },
 
old mode 100644 (file)
new mode 100755 (executable)