commit:     dc05c119f35e14b09c786b3c8c5e27372fe873ca
Author:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 12 10:27:22 2015 +0000
Commit:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Mon Oct 12 10:27:40 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc05c119

www-servers/bozohttpd: add || die

Package-Manager: portage-2.2.20.1

 www-servers/bozohttpd/bozohttpd-20140708-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-servers/bozohttpd/bozohttpd-20140708-r1.ebuild 
b/www-servers/bozohttpd/bozohttpd-20140708-r1.ebuild
index f41adcf..1b68c21 100644
--- a/www-servers/bozohttpd/bozohttpd-20140708-r1.ebuild
+++ b/www-servers/bozohttpd/bozohttpd-20140708-r1.ebuild
@@ -22,7 +22,7 @@ RDEPEND="${DEPEND}
        virtual/logger"
 
 src_prepare() {
-       mv Makefile{.boot,}
+       mv Makefile{.boot,} || die
 }
 
 src_compile() {

Reply via email to