diff options
Diffstat (limited to 'www-apps/bugzilla/bugzilla-4.4.12.ebuild')
-rw-r--r-- | www-apps/bugzilla/bugzilla-4.4.12.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www-apps/bugzilla/bugzilla-4.4.12.ebuild b/www-apps/bugzilla/bugzilla-4.4.12.ebuild index 587db6144196..59d0cfafbb56 100644 --- a/www-apps/bugzilla/bugzilla-4.4.12.ebuild +++ b/www-apps/bugzilla/bugzilla-4.4.12.ebuild @@ -115,10 +115,10 @@ src_install () { fperms +x "${f#${D}}" done - fperms u+x "${MY_HTDOCSDIR}"/jobqueue.pl || die + fperms u+x "${MY_HTDOCSDIR}"/jobqueue.pl # configuration must be executable - fperms u+x "${MY_HTDOCSDIR}"/checksetup.pl || die + fperms u+x "${MY_HTDOCSDIR}"/checksetup.pl # bug 487476 mkdir "${D}${MY_HTDOCSDIR}"/lib || die |