diff options
-rw-r--r-- | www-apps/bugzilla/bugzilla-4.4.12.ebuild | 4 | ||||
-rw-r--r-- | www-apps/bugzilla/bugzilla-5.0.3.ebuild | 4 |
2 files changed, 4 insertions, 4 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 diff --git a/www-apps/bugzilla/bugzilla-5.0.3.ebuild b/www-apps/bugzilla/bugzilla-5.0.3.ebuild index 8adfe0e1f5c2..ecdf6bc1d894 100644 --- a/www-apps/bugzilla/bugzilla-5.0.3.ebuild +++ b/www-apps/bugzilla/bugzilla-5.0.3.ebuild @@ -119,10 +119,10 @@ src_install () { fperms +x "${f#${D}}" done - fperms u+x "${D}${MY_HTDOCSDIR}"/jobqueue.pl || die + fperms u+x "${MY_HTDOCSDIR}"/jobqueue.pl # configuration must be executable - fperms u+x "${D}${MY_HTDOCSDIR}"/checksetup.pl || die + fperms u+x "${MY_HTDOCSDIR}"/checksetup.pl # bug 487476 mkdir "${D}${MY_HTDOCSDIR}"/lib || die |