summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCraig Inches <craig@craiginches.com>2016-05-22 23:06:03 +0100
committerIan Delaney <idella4@gentoo.org>2016-05-23 09:45:26 +0800
commite58aa1ec7b03affed05e6d5607229ea26bf8a4ad (patch)
treeb651104d26c307c0ee09f502fbb5abacb0a27c5f /www-apps/bugzilla/bugzilla-4.4.12.ebuild
parentwww-apps/bugzilla: Ebuild Cleanup to vns. 4.4.12, 5.0.3 (diff)
downloadgentoo-e58aa1ec7b03affed05e6d5607229ea26bf8a4ad.tar.gz
gentoo-e58aa1ec7b03affed05e6d5607229ea26bf8a4ad.tar.bz2
gentoo-e58aa1ec7b03affed05e6d5607229ea26bf8a4ad.zip
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@gentoo.org>
Diffstat (limited to 'www-apps/bugzilla/bugzilla-4.4.12.ebuild')
-rw-r--r--www-apps/bugzilla/bugzilla-4.4.12.ebuild4
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