commit: e58aa1ec7b03affed05e6d5607229ea26bf8a4ad Author: Craig Inches <craig <AT> craiginches <DOT> com> AuthorDate: Sun May 22 22:06:03 2016 +0000 Commit: Ian Delaney <idella4 <AT> gentoo <DOT> org> CommitDate: Mon May 23 01:45:26 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e58aa1ec
www-apps/bugzilla: Ebuild Cleanup to vns. 4.4.12, 5.0.3 Fixed type, and directory reference (rm calls of "|| die") to fperms Package-Manager: portage-2.2.28 Closes: https://github.com/gentoo/gentoo/pull/1516 Signed-off-by: Ian Delaney <idella4 <AT> gentoo.org> www-apps/bugzilla/bugzilla-4.4.12.ebuild | 4 ++-- 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 587db61..59d0cfa 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 8adfe0e..ecdf6bc 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
