From da5f5c6b882d66e8f20ab823e1b4f7917da521ff Mon Sep 17 00:00:00 2001 From: Matthew Thode Date: Mon, 12 Oct 2015 17:31:38 -0500 Subject: [PATCH] dev-python/bandit: adding die Package-Manager: portage-2.2.20.1 --- dev-python/bandit/bandit-0.14.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/bandit/bandit-0.14.0.ebuild b/dev-python/bandit/bandit-0.14.0.ebuild index b8787ccbb321d..f0a8639d075fb 100644 --- a/dev-python/bandit/bandit-0.14.0.ebuild +++ b/dev-python/bandit/bandit-0.14.0.ebuild @@ -53,5 +53,5 @@ python_test() { python_install_all() { distutils-r1_python_install_all - mv "${D}/usr/etc" "${D}/" + mv "${D}/usr/etc" "${D}/" || die }