commit: da5f5c6b882d66e8f20ab823e1b4f7917da521ff
Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 12 22:31:38 2015 +0000
Commit: Matt Thode <prometheanfire <AT> gentoo <DOT> org>
CommitDate: Mon Oct 12 22:32:18 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=da5f5c6b
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 b8787cc..f0a8639 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
}