www-apps/bugzilla: Ebuild Cleanup to vns. 4.4.12, 5.0.3
authorCraig Inches <craig@craiginches.com>
Sun, 22 May 2016 22:06:03 +0000 (23:06 +0100)
committerIan Delaney <idella4@gentoo.org>
Mon, 23 May 2016 01:45:26 +0000 (09:45 +0800)
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>
www-apps/bugzilla/bugzilla-4.4.12.ebuild
www-apps/bugzilla/bugzilla-5.0.3.ebuild

index 587db6144196023849ce4f6a3ff72ac6785764f7..59d0cfafbb56c3345b0808d8add9b894c08dd70a 100644 (file)
@@ -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
index 8adfe0e1f5c2cbbd62b490d6dceae6d0e31d5d5c..ecdf6bc1d8946281d551372eea7790249282298b 100644 (file)
@@ -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